#2C1AB4

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

Shades of Persian Blue #2C1AB4

Tints of Persian Blue #2C1AB4

Color information

#2C1AB4 (or 0x2C1AB4) is unknown color: approx Persian Blue. HEX triplet: 2C, 1A and B4. RGB value is (44,26,180). Sum of RGB (Red+Green+Blue) = 44+26+180=250 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.6% from 250); Green value is 26 (10.55% from 255 or 10.4% from 250); Blue value is 180 (70.70% from 255 or 72% from 250); Max value from RGB is 180 - color contains mainly: blue. Hex color #2C1AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C1AB4 is #D3E54B. Grayscale: #303030. Windows color (decimal): -13886796 or 11803180. OLE color: 11803180.

HSL color Cylindrical-coordinate representation of color #2C1AB4: hue angle of 247.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C1AB4 is Cyan = 0.76, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB4426180-
CMYK0.760.8600.29
HSL247.01º74.76%40.39%-
HSV(B)247.01º85.56%70.59%-
XYZ9.654.5743.55-
YUV48.94201.96124.48-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.6%
GREEN value IS 26 (10.55% from 255) = 10.4%
BLUE value IS 180 (70.70% from 255) = 72%
R=17.6%
G=10.4%
B=72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal44261800.760.8600.29247.0174.7640.39
Hex2C1AB44C5601Df74b28
Octal543226411412603536711350
Binary101100110101011010010011001010110011101111101111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,26,180); }

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

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

 a { background-color: rgb(44,26,180); }

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

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

 span { border-color: rgb(44,26,180); }

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