#3C0270

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

Shades of Indigo #3C0270

Tints of Indigo #3C0270

Color information

#3C0270 (or 0x3C0270) is unknown color: approx Indigo. HEX triplet: 3C, 02 and 70. RGB value is (60,2,112). Sum of RGB (Red+Green+Blue) = 60+2+112=174 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.48% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C0270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0270 is #C3FD8F. Grayscale: #1F1F1F. Windows color (decimal): -12844432 or 7340604. OLE color: 7340604.

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

Color convert

RGB602112-
CMYK0.460.9800.56
HSL271.64º96.49%22.35%-
HSV(B)271.64º98.21%43.92%-
XYZ4.812.1715.5-
YUV31.88173.22148.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 34.48%
GREEN value IS 2 (1.17% from 255) = 1.15%
BLUE value IS 112 (44.14% from 255) = 64.37%
R=34.48%
G=1.15%
B=64.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6021120.460.9800.56271.6496.4922.35
Hex3C2702E620381106016
Octal7421605614207042014026
Binary11110010111000010111011000100111000100010000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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