Html Css Color HEX #3E008F Indigo

📋 copy color: '#3E008F'

red 62 ◦ green 0 ◦ blue 143

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

Shades of Indigo #3E008F

Tints of Indigo #3E008F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 69.76%

R = 30.24%
G = 0%
B = 69.76%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E008F (or 0x3E008F) is known color: Indigo. HEX triplet: 3E, 00 and 8F. RGB value is (62,0,143). Sum of RGB (Red+Green+Blue) = 62+0+143=205 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.24% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 143 (56.25% from 255 or 69.76% from 205); Max value from RGB is 143 - color contains mainly: blue. Hex color #3E008F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E008F is #C1FF70. Grayscale: #222222. Windows color (decimal): -12713841 or 9371710. OLE color: 9371710.

HSL color Cylindrical-coordinate representation of color #3E008F: hue angle of 266.01º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E008F is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 0 143 -
CMYK 0.57 1 0 0.44
HSL 266.01º 1% 0.28% -
HSV(B) 266.01º 1% 0.56% -
XYZ 6.94 3.01 26.2 -
YUV 34.84 189.04 147.37 -
System Red Green Blue C M Y K H S L
Decimal 62 0 143 0.57 1 0 0.44 266.01 1 0.28
Hex 3E 0 8F 39 64 0 2C 10A 64 1C
Octal 76 0 217 71 144 0 54 412 144 34
Binary 111110 0 10001111 111001 1100100 0 101100 100001010 1100100 11100

Color Harmonies of #3E008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E008F

Black with #3E008F

Text Example


Text Example

White with #3E008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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