#3C0362

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

Shades of Indigo #3C0362

Tints of Indigo #3C0362

Color information

#3C0362 (or 0x3C0362) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 62. RGB value is (60,3,98). Sum of RGB (Red+Green+Blue) = 60+3+98=161 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.27% from 161); Green value is 3 (1.56% from 255 or 1.86% from 161); Blue value is 98 (38.67% from 255 or 60.87% from 161); Max value from RGB is 98 - color contains mainly: blue. Hex color #3C0362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0362 is #C3FC9D. Grayscale: #1E1E1E. Windows color (decimal): -12844190 or 6423356. OLE color: 6423356.

HSL color Cylindrical-coordinate representation of color #3C0362: hue angle of 276º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3C0362 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB60398-
CMYK0.390.9700.62
HSL276º94.06%19.8%-
HSV(B)276º96.94%38.43%-
XYZ4.11.9111.71-
YUV30.87165.88148.78-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 37.27%
GREEN value IS 3 (1.56% from 255) = 1.86%
BLUE value IS 98 (38.67% from 255) = 60.87%
R=37.27%
G=1.86%
B=60.87%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal603980.390.9700.6227694.0619.8
Hex3C362276103E1145e14
Octal7431424714107642413624
Binary11110011110001010011111000010111110100010100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,98); }

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

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

 a { background-color: rgb(60,3,98); }

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

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

 span { border-color: rgb(60,3,98); }

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