#3C0B7C

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

Shades of Persian Indigo #3C0B7C

Tints of Persian Indigo #3C0B7C

Color information

#3C0B7C (or 0x3C0B7C) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0B and 7C. RGB value is (60,11,124). Sum of RGB (Red+Green+Blue) = 60+11+124=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 11 (4.69% from 255 or 5.64% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C0B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0B7C is #C3F483. Grayscale: #262626. Windows color (decimal): -12842116 or 8129340. OLE color: 8129340.

HSL color Cylindrical-coordinate representation of color #3C0B7C: hue angle of 266.02º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C0B7C is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6011124-
CMYK0.520.9100.51
HSL266.02º83.7%26.47%-
HSV(B)266.02º91.13%48.63%-
XYZ5.622.6619.29-
YUV38.53176.23143.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 11 (4.69% from 255) = 5.64%
BLUE value IS 124 (48.83% from 255) = 63.59%
R=30.77%
G=5.64%
B=63.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60111240.520.9100.51266.0283.726.47
Hex3CB7C345B03310a541a
Octal74131746413306341212432
Binary1111001011111110011010010110110110011100001010101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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