#3C1F92

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

Shades of Persian Indigo #3C1F92

Tints of Persian Indigo #3C1F92

Color information

#3C1F92 (or 0x3C1F92) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1F and 92. RGB value is (60,31,146). Sum of RGB (Red+Green+Blue) = 60+31+146=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 31 (12.5% from 255 or 13.08% from 237); Blue value is 146 (57.42% from 255 or 61.60% from 237); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C1F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F92 is #C3E06D. Grayscale: #343434. Windows color (decimal): -12836974 or 9576252. OLE color: 9576252.

HSL color Cylindrical-coordinate representation of color #3C1F92: hue angle of 255.13º 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 #3C1F92 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6031146-
CMYK0.590.7900.43
HSL255.13º64.97%34.71%-
HSV(B)255.13º78.77%57.25%-
XYZ7.544.0227.57-
YUV52.78180.61133.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.32%
GREEN value IS 31 (12.5% from 255) = 13.08%
BLUE value IS 146 (57.42% from 255) = 61.60%
R=25.32%
G=13.08%
B=61.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60311460.590.7900.43255.1364.9734.71
Hex3C1F923B4F02Bff4123
Octal74372227311705337710143
Binary111100111111001001011101110011110101011111111111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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