#3C0F85

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

Shades of Persian Indigo #3C0F85

Tints of Persian Indigo #3C0F85

Color information

#3C0F85 (or 0x3C0F85) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0F and 85. RGB value is (60,15,133). Sum of RGB (Red+Green+Blue) = 60+15+133=208 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.85% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 133 (52.34% from 255 or 63.94% from 208); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C0F85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0F85 is #C3F07A. Grayscale: #292929. Windows color (decimal): -12841083 or 8720188. OLE color: 8720188.

HSL color Cylindrical-coordinate representation of color #3C0F85: hue angle of 262.88º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0F85 is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6015133-
CMYK0.550.8900.48
HSL262.88º79.73%29.02%-
HSV(B)262.88º88.72%52.16%-
XYZ6.27322.44-
YUV41.91179.41140.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.85%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 133 (52.34% from 255) = 63.94%
R=28.85%
G=7.21%
B=63.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60151330.550.8900.48262.8879.7329.02
Hex3CF853759030107501d
Octal74172056713106040712035
Binary11110011111000010111011110110010110000100000111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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