#3C025F

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

Shades of Indigo #3C025F

Tints of Indigo #3C025F

Color information

#3C025F (or 0x3C025F) is unknown color: approx Indigo. HEX triplet: 3C, 02 and 5F. RGB value is (60,2,95). Sum of RGB (Red+Green+Blue) = 60+2+95=157 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.22% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 95 (37.5% from 255 or 60.51% from 157); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C025F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C025F is #C3FDA0. Grayscale: #1D1D1D. Windows color (decimal): -12844449 or 6226492. OLE color: 6226492.

HSL color Cylindrical-coordinate representation of color #3C025F: hue angle of 277.42º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3C025F is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB60295-
CMYK0.370.9800.63
HSL277.42º95.88%19.02%-
HSV(B)277.42º97.89%37.25%-
XYZ3.951.8310.97-
YUV29.94164.72149.44-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 38.22%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 95 (37.5% from 255) = 60.51%
R=38.22%
G=1.27%
B=60.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal602950.370.9800.63277.4295.8819.02
Hex3C25F256203F1156013
Octal7421374514207742514023
Binary11110010101111110010111000100111111100010101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C025F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,2,95); }

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

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

 a { background-color: rgb(60,2,95); }

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

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

 span { border-color: rgb(60,2,95); }

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