#2C1EAB

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

Shades of Persian Blue #2C1EAB

Tints of Persian Blue #2C1EAB

Color information

#2C1EAB (or 0x2C1EAB) is unknown color: approx Persian Blue. HEX triplet: 2C, 1E and AB. RGB value is (44,30,171). Sum of RGB (Red+Green+Blue) = 44+30+171=245 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.96% from 245); Green value is 30 (12.11% from 255 or 12.24% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #2C1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1EAB is #D3E154. Grayscale: #313131. Windows color (decimal): -13885781 or 11214380. OLE color: 11214380.

HSL color Cylindrical-coordinate representation of color #2C1EAB: hue angle of 245.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1EAB is Cyan = 0.74, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4430171-
CMYK0.740.8200.33
HSL245.96º70.15%39.41%-
HSV(B)245.96º82.46%67.06%-
XYZ8.854.438.91-
YUV50.26196.14123.54-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.96%
GREEN value IS 30 (12.11% from 255) = 12.24%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=17.96%
G=12.24%
B=69.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal44301710.740.8200.33245.9670.1539.41
Hex2C1EAB4A52021f64627
Octal543625311212204136610647
Binary1011001111010101011100101010100100100001111101101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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