#2041C2

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

Shades of Persian Blue #2041C2

Tints of Persian Blue #2041C2

Color information

#2041C2 (or 0x2041C2) is unknown color: approx Persian Blue. HEX triplet: 20, 41 and C2. RGB value is (32,65,194). Sum of RGB (Red+Green+Blue) = 32+65+194=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 194 (76.17% from 255 or 66.67% from 291); Max value from RGB is 194 - color contains mainly: blue. Hex color #2041C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2041C2 is #DFBE3D. Grayscale: #454545. Windows color (decimal): -14663230 or 12730656. OLE color: 12730656.

HSL color Cylindrical-coordinate representation of color #2041C2: hue angle of 227.78º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2041C2 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3265194-
CMYK0.840.6600.24
HSL227.78º71.68%44.31%-
HSV(B)227.78º83.51%76.08%-
XYZ12.227.9851.94-
YUV69.84198.07101.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 194 (76.17% from 255) = 66.67%
R=11.00%
G=22.34%
B=66.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32651940.840.6600.24227.7871.6844.31
Hex2041C25442018e4482c
Octal4010130212410203034411054
Binary10000010000011100001010101001000010011000111001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2041C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2041C2; }

 p { color: rgb(32,65,194); }

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

<style>
 a { background-color: #2041C2; }

 a { background-color: rgb(32,65,194); }

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

<style>
 span { border-color: #2041C2; }

 span { border-color: rgb(32,65,194); }

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