#3C0FA6

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

Shades of Persian Indigo #3C0FA6

Tints of Persian Indigo #3C0FA6

Color information

#3C0FA6 (or 0x3C0FA6) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0F and A6. RGB value is (60,15,166). Sum of RGB (Red+Green+Blue) = 60+15+166=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 166 (65.23% from 255 or 68.88% from 241); Max value from RGB is 166 - color contains mainly: blue. Hex color #3C0FA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0FA6 is #C3F059. Grayscale: #2D2D2D. Windows color (decimal): -12841050 or 10882876. OLE color: 10882876.

HSL color Cylindrical-coordinate representation of color #3C0FA6: hue angle of 257.88º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0FA6 is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6015166-
CMYK0.640.9100.35
HSL257.88º83.43%35.49%-
HSV(B)257.88º90.96%65.1%-
XYZ8.924.0636.39-
YUV45.67195.91138.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 15 (6.25% from 255) = 6.22%
BLUE value IS 166 (65.23% from 255) = 68.88%
R=24.90%
G=6.22%
B=68.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal60151660.640.9100.35257.8883.4335.49
Hex3CFA6405B0231025323
Octal741724610013304340212343
Binary1111001111101001101000000101101101000111000000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,15,166); }

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

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

 a { background-color: rgb(60,15,166); }

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

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

 span { border-color: rgb(60,15,166); }

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