#3C1F8C

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

Shades of Persian Indigo #3C1F8C

Tints of Persian Indigo #3C1F8C

Color information

#3C1F8C (or 0x3C1F8C) is unknown color: approx Persian Indigo. HEX triplet: 3C, 1F and 8C. RGB value is (60,31,140). Sum of RGB (Red+Green+Blue) = 60+31+140=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 140 (55.08% from 255 or 60.61% from 231); Max value from RGB is 140 - color contains mainly: blue. Hex color #3C1F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1F8C is #C3E073. Grayscale: #333333. Windows color (decimal): -12836980 or 9183036. OLE color: 9183036.

HSL color Cylindrical-coordinate representation of color #3C1F8C: hue angle of 255.96º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C1F8C is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6031140-
CMYK0.570.7800.45
HSL255.96º63.74%33.53%-
HSV(B)255.96º77.86%54.9%-
XYZ7.093.8325.18-
YUV52.1177.61133.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 31 (12.5% from 255) = 13.42%
BLUE value IS 140 (55.08% from 255) = 60.61%
R=25.97%
G=13.42%
B=60.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60311400.570.7800.45255.9663.7433.53
Hex3C1F8C394E02D1004022
Octal74372147111605540010042
Binary1111001111110001100111001100111001011011000000001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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