#2C1FAD

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

Shades of Persian Blue #2C1FAD

Tints of Persian Blue #2C1FAD

Color information

#2C1FAD (or 0x2C1FAD) is unknown color: approx Persian Blue. HEX triplet: 2C, 1F and AD. RGB value is (44,31,173). Sum of RGB (Red+Green+Blue) = 44+31+173=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 173 (67.97% from 255 or 69.76% from 248); Max value from RGB is 173 - color contains mainly: blue. Hex color #2C1FAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1FAD is #D3E052. Grayscale: #323232. Windows color (decimal): -13885523 or 11345708. OLE color: 11345708.

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

Color convert

RGB4431173-
CMYK0.750.8200.32
HSL245.49º69.61%40%-
HSV(B)245.49º82.08%67.84%-
XYZ9.074.5339.93-
YUV51.08196.81122.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 17.74%
GREEN value IS 31 (12.5% from 255) = 12.5%
BLUE value IS 173 (67.97% from 255) = 69.76%
R=17.74%
G=12.5%
B=69.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal44311730.750.8200.32245.4969.6140
Hex2C1FAD4B52020f54628
Octal543725511312204036510650
Binary1011001111110101101100101110100100100000111101011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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