#2C1F92

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

Shades of Persian Indigo #2C1F92

Tints of Persian Indigo #2C1F92

Color information

#2C1F92 (or 0x2C1F92) is unknown color: approx Persian Indigo. HEX triplet: 2C, 1F and 92. RGB value is (44,31,146). Sum of RGB (Red+Green+Blue) = 44+31+146=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #2C1F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C1F92 is #D3E06D. Grayscale: #2F2F2F. Windows color (decimal): -13885550 or 9576236. OLE color: 9576236.

HSL color Cylindrical-coordinate representation of color #2C1F92: hue angle of 246.78º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C1F92 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4431146-
CMYK0.700.7900.43
HSL246.78º64.97%34.71%-
HSV(B)246.78º78.77%57.25%-
XYZ6.723.5927.53-
YUV48183.31125.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 19.91%
GREEN value IS 31 (12.5% from 255) = 14.03%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=19.91%
G=14.03%
B=66.06%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal44311460.700.7900.43246.7864.9734.71
Hex2C1F92464F02Bf74123
Octal543722210611705336710143
Binary1011001111110010010100011010011110101011111101111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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