#2C19C9

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

Shades of Persian Blue #2C19C9

Tints of Persian Blue #2C19C9

Color information

#2C19C9 (or 0x2C19C9) is unknown color: approx Persian Blue. HEX triplet: 2C, 19 and C9. RGB value is (44,25,201). Sum of RGB (Red+Green+Blue) = 44+25+201=270 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.30% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 201 (78.91% from 255 or 74.44% from 270); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C19C9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2C19C9 is #D3E636. Grayscale: #323232. Windows color (decimal): -13887031 or 13179180. OLE color: 13179180.

HSL color Cylindrical-coordinate representation of color #2C19C9: hue angle of 246.48º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C19C9 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4425201-
CMYK0.780.8800.21
HSL246.48º77.88%44.31%-
HSV(B)246.48º87.56%78.82%-
XYZ11.935.4555.68-
YUV50.74212.79123.19-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.30%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 201 (78.91% from 255) = 74.44%
R=16.30%
G=9.26%
B=74.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44252010.780.8800.21246.4877.8844.31
Hex2C19C94E58015f64e2c
Octal543131111613002536611654
Binary101100110011100100110011101011000010101111101101001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C19C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,25,201); }

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

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

 a { background-color: rgb(44,25,201); }

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

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

 span { border-color: rgb(44,25,201); }

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