#2C41C0

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

Shades of Persian Blue #2C41C0

Tints of Persian Blue #2C41C0

Color information

#2C41C0 (or 0x2C41C0) is unknown color: approx Persian Blue. HEX triplet: 2C, 41 and C0. RGB value is (44,65,192). Sum of RGB (Red+Green+Blue) = 44+65+192=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #2C41C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C41C0 is #D3BE3F. Grayscale: #484848. Windows color (decimal): -13876800 or 12599596. OLE color: 12599596.

HSL color Cylindrical-coordinate representation of color #2C41C0: hue angle of 231.49º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C41C0 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4465192-
CMYK0.770.6600.25
HSL231.49º62.71%46.27%-
HSV(B)231.49º77.08%75.29%-
XYZ12.448.1250.78-
YUV73.2195.04107.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 192 (75.39% from 255) = 63.79%
R=14.62%
G=21.59%
B=63.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal44651920.770.6600.25231.4962.7146.27
Hex2C41C04D42019e73f2e
Octal541013001151020313477756
Binary1011001000001110000001001101100001001100111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C41C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C41C0; }

 p { color: rgb(44,65,192); }

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

<style>
 a { background-color: #2C41C0; }

 a { background-color: rgb(44,65,192); }

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

<style>
 span { border-color: #2C41C0; }

 span { border-color: rgb(44,65,192); }

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