#3C0B75

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

Shades of Persian Indigo #3C0B75

Tints of Persian Indigo #3C0B75

Color information

#3C0B75 (or 0x3C0B75) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and 75. RGB value is (60,11,117). Sum of RGB (Red+Green+Blue) = 60+11+117=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 11 (4.69% from 255 or 5.85% from 188); Blue value is 117 (46.09% from 255 or 62.23% from 188); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C0B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B75 is #C3F48A. Grayscale: #252525. Windows color (decimal): -12842123 or 7670588. OLE color: 7670588.

HSL color Cylindrical-coordinate representation of color #3C0B75: hue angle of 267.74º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0B75 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6011117-
CMYK0.490.9100.54
HSL267.74º82.81%25.1%-
HSV(B)267.74º90.6%45.88%-
XYZ5.192.4817.04-
YUV37.74172.73143.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.91%
GREEN value IS 11 (4.69% from 255) = 5.85%
BLUE value IS 117 (46.09% from 255) = 62.23%
R=31.91%
G=5.85%
B=62.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal60111170.490.9100.54267.7482.8125.1
Hex3CB75315B03610c5319
Octal74131656113306641412331
Binary1111001011111010111000110110110110110100001100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,11,117); }

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

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

 a { background-color: rgb(60,11,117); }

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

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

 span { border-color: rgb(60,11,117); }

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