#2C1EAD

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

Shades of Persian Blue #2C1EAD

Tints of Persian Blue #2C1EAD

Color information

#2C1EAD (or 0x2C1EAD) is unknown color: approx Persian Blue. HEX triplet: 2C, 1E and AD. RGB value is (44,30,173). Sum of RGB (Red+Green+Blue) = 44+30+173=247 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.81% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 173 (67.97% from 255 or 70.04% from 247); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C1EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1EAD is #D3E152. Grayscale: #313131. Windows color (decimal): -13885779 or 11345452. OLE color: 11345452.

HSL color Cylindrical-coordinate representation of color #2C1EAD: hue angle of 245.87º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C1EAD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4430173-
CMYK0.750.8300.32
HSL245.87º70.44%39.8%-
HSV(B)245.87º82.66%67.84%-
XYZ9.054.4839.92-
YUV50.49197.14123.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.81%
GREEN value IS 30 (12.11% from 255) = 12.15%
BLUE value IS 173 (67.97% from 255) = 70.04%
R=17.81%
G=12.15%
B=70.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44301730.750.8300.32245.8770.4439.8
Hex2C1EAD4B53020f64628
Octal543625511312304036610650
Binary1011001111010101101100101110100110100000111101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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