#201DC9

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

Shades of Persian Blue #201DC9

Tints of Persian Blue #201DC9

Color information

#201DC9 (or 0x201DC9) is unknown color: approx Persian Blue. HEX triplet: 20, 1D and C9. RGB value is (32,29,201). Sum of RGB (Red+Green+Blue) = 32+29+201=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 29 (11.72% from 255 or 11.07% from 262); Blue value is 201 (78.91% from 255 or 76.72% from 262); Max value from RGB is 201 - color contains mainly: blue. Hex color #201DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #201DC9 is #DFE236. Grayscale: #303030. Windows color (decimal): -14672439 or 13180192. OLE color: 13180192.

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

Color convert

RGB3229201-
CMYK0.840.8600.21
HSL241.05º74.78%45.1%-
HSV(B)241.05º85.57%78.82%-
XYZ11.585.455.69-
YUV49.5213.49115.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.21%
GREEN value IS 29 (11.72% from 255) = 11.07%
BLUE value IS 201 (78.91% from 255) = 76.72%
R=12.21%
G=11.07%
B=76.72%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32292010.840.8600.21241.0574.7845.1
Hex201DC95456015f14b2d
Octal403531112412602536111355
Binary100000111011100100110101001010110010101111100011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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