#3E0167

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

Shades of Indigo #3E0167

Tints of Indigo #3E0167

Color information

#3E0167 (or 0x3E0167) is unknown color: approx Indigo. HEX triplet: 3E, 01 and 67. RGB value is (62,1,103). Sum of RGB (Red+Green+Blue) = 62+1+103=166 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.35% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #3E0167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0167 is #C1FE98. Grayscale: #1E1E1E. Windows color (decimal): -12713625 or 6750526. OLE color: 6750526.

HSL color Cylindrical-coordinate representation of color #3E0167: hue angle of 275.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0167 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB621103-
CMYK0.400.9900.60
HSL275.88º98.08%20.39%-
HSV(B)275.88º99.03%40.39%-
XYZ4.452.0312.99-
YUV30.87168.71150.21-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 37.35%
GREEN value IS 1 (0.78% from 255) = 0.60%
BLUE value IS 103 (40.62% from 255) = 62.05%
R=37.35%
G=0.60%
B=62.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal6211030.400.9900.60275.8898.0820.39
Hex3E167286303C1146214
Octal7611475014307442414224
Binary1111101110011110100011000110111100100010100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,1,103); }

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

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

 a { background-color: rgb(62,1,103); }

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

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

 span { border-color: rgb(62,1,103); }

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