#3C0C8B

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

Shades of Persian Indigo #3C0C8B

Tints of Persian Indigo #3C0C8B

Color information

#3C0C8B (or 0x3C0C8B) is unknown color: approx Persian Indigo. HEX triplet: 3C, 0C and 8B. RGB value is (60,12,139). Sum of RGB (Red+Green+Blue) = 60+12+139=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #3C0C8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0C8B is #C3F374. Grayscale: #282828. Windows color (decimal): -12841845 or 9112636. OLE color: 9112636.

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

Color convert

RGB6012139-
CMYK0.570.9100.45
HSL262.68º84.11%29.61%-
HSV(B)262.68º91.37%54.51%-
XYZ6.663.0924.67-
YUV40.83183.4141.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.44%
GREEN value IS 12 (5.08% from 255) = 5.69%
BLUE value IS 139 (54.69% from 255) = 65.88%
R=28.44%
G=5.69%
B=65.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60121390.570.9100.45262.6884.1129.61
Hex3CC8B395B02D107541e
Octal74142137113305540712436
Binary11110011001000101111100110110110101101100000111101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,12,139); }

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

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

 a { background-color: rgb(60,12,139); }

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

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

 span { border-color: rgb(60,12,139); }

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