#3C0389

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

Shades of Indigo #3C0389

Tints of Indigo #3C0389

Color information

#3C0389 (or 0x3C0389) is unknown color: approx Indigo. HEX triplet: 3C, 03 and 89. RGB value is (60,3,137). Sum of RGB (Red+Green+Blue) = 60+3+137=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C0389 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0389 is #C3FC76. Grayscale: #222222. Windows color (decimal): -12844151 or 8979260. OLE color: 8979260.

HSL color Cylindrical-coordinate representation of color #3C0389: hue angle of 265.52º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C0389 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB603137-
CMYK0.560.9800.46
HSL265.52º95.71%27.45%-
HSV(B)265.52º97.81%53.73%-
XYZ6.412.8323.88-
YUV35.32185.38145.6-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 137 (53.91% from 255) = 68.5%
R=30%
G=1.5%
B=68.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6031370.560.9800.46265.5295.7127.45
Hex3C389386202E10a601b
Octal7432117014205641214033
Binary111100111000100111100011000100101110100001010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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