#3C1F83

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

Shades of Persian Indigo #3C1F83

Tints of Persian Indigo #3C1F83

Color information

#3C1F83 (or 0x3C1F83) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1F and 83. RGB value is (60,31,131). Sum of RGB (Red+Green+Blue) = 60+31+131=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C1F83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F83 is #C3E07C. Grayscale: #323232. Windows color (decimal): -12836989 or 8593212. OLE color: 8593212.

HSL color Cylindrical-coordinate representation of color #3C1F83: hue angle of 257.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C1F83 is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6031131-
CMYK0.540.7600.49
HSL257.4º61.73%31.76%-
HSV(B)257.4º76.34%51.37%-
XYZ6.453.5821.82-
YUV51.07173.11134.37-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 31 (12.5% from 255) = 13.96%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=27.03%
G=13.96%
B=59.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60311310.540.7600.49257.461.7331.76
Hex3C1F83364C0311013e20
Octal7437203661140614017640
Binary111100111111000001111011010011000110001100000001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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