Html Css Color HEX #3E0166 Indigo

📋 copy color: '#3E0166'

red 62 ◦ green 1 ◦ blue 102

#3E0166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3E0166

Tints of Indigo #3E0166

RGB

 RED value IS 62 (24.61% from 255) = 37.58%

 GREEN value IS 1 (0.78% from 255) = 0.61%

 BLUE value IS 102 (40.23% from 255) = 61.82%

R = 37.58%
G = 0.61%
B = 61.82%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3E0166 (or 0x3E0166) is known color: Indigo. HEX triplet: 3E, 01 and 66. RGB value is (62,1,102). Sum of RGB (Red+Green+Blue) = 62+1+102=165 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.58% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 102 (40.23% from 255 or 61.82% from 165); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0166 is #C1FE99. Grayscale: #1E1E1E. Windows color (decimal): -12713626 or 6684990. OLE color: 6684990.

HSL color Cylindrical-coordinate representation of color #3E0166: hue angle of 276.24º 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 #3E0166 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 1 102 -
CMYK 0.39 0.99 0 0.6
HSL 276.24º 0.98% 0.2% -
HSV(B) 276.24º 0.99% 0.4% -
XYZ 4.4 2.01 12.73 -
YUV 30.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 62 1 102 0.39 0.99 0 0.6 276.24 0.98 0.2
Hex 3E 1 66 27 63 0 3C 114 62 14
Octal 76 1 146 47 143 0 74 424 142 24
Binary 111110 1 1100110 100111 1100011 0 111100 100010100 1100010 10100

Color Harmonies of #3E0166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0166

Black with #3E0166

Text Example


Text Example

White with #3E0166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E0166;
 }
 .AnyTagClassName
 {
   color: #3E0166;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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