#2C1CAF

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

Shades of Persian Blue #2C1CAF

Tints of Persian Blue #2C1CAF

Color information

#2C1CAF (or 0x2C1CAF) is unknown color: approx Persian Blue. HEX triplet: 2C, 1C and AF. RGB value is (44,28,175). Sum of RGB (Red+Green+Blue) = 44+28+175=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 175 (68.75% from 255 or 70.85% from 247); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C1CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1CAF is #D3E350. Grayscale: #303030. Windows color (decimal): -13886289 or 11476012. OLE color: 11476012.

HSL color Cylindrical-coordinate representation of color #2C1CAF: hue angle of 246.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2C1CAF is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4428175-
CMYK0.750.8400.31
HSL246.53º72.41%39.8%-
HSV(B)246.53º84%68.63%-
XYZ9.194.4640.93-
YUV49.54198.8124.05-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 175 (68.75% from 255) = 70.85%
R=17.81%
G=11.34%
B=70.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal44281750.750.8400.31246.5372.4139.8
Hex2C1CAF4B5401Ff74828
Octal543425711312403736711050
Binary101100111001010111110010111010100011111111101111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,28,175); }

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

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

 a { background-color: rgb(44,28,175); }

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

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

 span { border-color: rgb(44,28,175); }

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