#2C1EC9

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

Shades of Persian Blue #2C1EC9

Tints of Persian Blue #2C1EC9

Color information

#2C1EC9 (or 0x2C1EC9) is unknown color: approx Persian Blue. HEX triplet: 2C, 1E and C9. RGB value is (44,30,201). Sum of RGB (Red+Green+Blue) = 44+30+201=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 201 (78.91% from 255 or 73.09% from 275); Max value from RGB is 201 - color contains mainly: blue. Hex color #2C1EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1EC9 is #D3E136. Grayscale: #353535. Windows color (decimal): -13885751 or 13180460. OLE color: 13180460.

HSL color Cylindrical-coordinate representation of color #2C1EC9: hue angle of 244.91º 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 #2C1EC9 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4430201-
CMYK0.780.8500.21
HSL244.91º74.03%45.29%-
HSV(B)244.91º85.07%78.82%-
XYZ12.055.6855.72-
YUV53.68211.14121.1-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16%
GREEN value IS 30 (12.11% from 255) = 10.91%
BLUE value IS 201 (78.91% from 255) = 73.09%
R=16%
G=10.91%
B=73.09%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal44302010.780.8500.21244.9174.0345.29
Hex2C1EC94E55015f54a2d
Octal543631111612502536511255
Binary101100111101100100110011101010101010101111101011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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