#201EC9

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

Shades of Persian Blue #201EC9

Tints of Persian Blue #201EC9

Color information

#201EC9 (or 0x201EC9) is unknown color: approx Persian Blue. HEX triplet: 20, 1E and C9. RGB value is (32,30,201). Sum of RGB (Red+Green+Blue) = 32+30+201=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 201 (78.91% from 255 or 76.43% from 263); Max value from RGB is 201 - color contains mainly: blue. Hex color #201EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201EC9 is #DFE136. Grayscale: #313131. Windows color (decimal): -14672183 or 13180448. OLE color: 13180448.

HSL color Cylindrical-coordinate representation of color #201EC9: hue angle of 240.7º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #201EC9 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3230201-
CMYK0.840.8500.21
HSL240.7º74.03%45.29%-
HSV(B)240.7º85.07%78.82%-
XYZ11.65.4555.7-
YUV50.09213.16115.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.17%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 201 (78.91% from 255) = 76.43%
R=12.17%
G=11.41%
B=76.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32302010.840.8500.21240.774.0345.29
Hex201EC95455015f14a2d
Octal403631112412502536111255
Binary100000111101100100110101001010101010101111100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201EC9; }

 p { color: rgb(32,30,201); }

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

<style>
 a { background-color: #201EC9; }

 a { background-color: rgb(32,30,201); }

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

<style>
 span { border-color: #201EC9; }

 span { border-color: rgb(32,30,201); }

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