Html Css Color HEX #3E0066 Indigo

📋 copy color: '#3E0066'

red 62 ◦ green 0 ◦ blue 102

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

Shades of Indigo #3E0066

Tints of Indigo #3E0066

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.8%
G = 0%
B = 62.2%

CMYK

 C value IS 0.39

 M value IS 1

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#3E0066 (or 0x3E0066) is known color: Indigo. HEX triplet: 3E, 00 and 66. RGB value is (62,0,102). Sum of RGB (Red+Green+Blue) = 62+0+102=164 (21% of max value = 765). Red value is 62 (24.61% from 255 or 37.80% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 102 (40.23% from 255 or 62.20% from 164); Max value from RGB is 102 - color contains mainly: blue. Hex color #3E0066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0066 is #C1FF99. Grayscale: #1D1D1D. Windows color (decimal): -12713882 or 6684734. OLE color: 6684734.

HSL color Cylindrical-coordinate representation of color #3E0066: hue angle of 276.47º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0066 is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 62 0 102 -
CMYK 0.39 1 0 0.6
HSL 276.47º 1% 0.2% -
HSV(B) 276.47º 1% 0.4% -
XYZ 4.38 1.98 12.72 -
YUV 30.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 62 0 102 0.39 1 0 0.6 276.47 1 0.2
Hex 3E 0 66 27 64 0 3C 114 64 14
Octal 76 0 146 47 144 0 74 424 144 24
Binary 111110 0 1100110 100111 1100100 0 111100 100010100 1100100 10100

Color Harmonies of #3E0066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0066

Black with #3E0066

Text Example


Text Example

White with #3E0066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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