#2317C1

Color #2317C1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2317C1

Tints of Persian Blue #2317C1

Color information

#2317C1 (or 0x2317C1) is unknown color: approx Persian Blue. HEX triplet: 23, 17 and C1. RGB value is (35,23,193). Sum of RGB (Red+Green+Blue) = 35+23+193=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 193 (75.78% from 255 or 76.89% from 251); Max value from RGB is 193 - color contains mainly: blue. Hex color #2317C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2317C1 is #DCE83E. Grayscale: #2D2D2D. Windows color (decimal): -14477375 or 12654371. OLE color: 12654371.

HSL color Cylindrical-coordinate representation of color #2317C1: hue angle of 244.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2317C1 is Cyan = 0.82, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3523193-
CMYK0.820.8800.24
HSL244.24º78.7%42.35%-
HSV(B)244.24º88.08%75.69%-
XYZ10.634.8250.82-
YUV45.97210.98120.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 23 (9.38% from 255) = 9.16%
BLUE value IS 193 (75.78% from 255) = 76.89%
R=13.94%
G=9.16%
B=76.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal35231930.820.8800.24244.2478.742.35
Hex2317C15258018f44f2a
Octal432730112213003036411752
Binary100011101111100000110100101011000011000111101001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2317C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2317C1; }

 p { color: rgb(35,23,193); }

 H1.HeaderClassName
 {
   color: #2317C1;
 }
 .AnyTagClassName
 {
   color: #2317C1;
 }
</style>
background-color css

<style>
 a { background-color: #2317C1; }

 a { background-color: rgb(35,23,193); }

 div.DivClassName
 {
   background-color: #2317C1;
 }
 .BgClassName
 {
   background-color: #2317C1;
 }
</style>
border-color css

<style>
 span { border-color: #2317C1; }

 span { border-color: rgb(35,23,193); }

 td.TdClassName
 {
   border-color: #2317C1;
 }
 .TagClassName
 {
   border-color: #2317C1;
 }
</style>