Html Css Color HEX #3E028B Indigo

📋 copy color: '#3E028B'

red 62 ◦ green 2 ◦ blue 139

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

Shades of Indigo #3E028B

Tints of Indigo #3E028B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 139 (54.69% from 255) = 68.47%

R = 30.54%
G = 0.99%
B = 68.47%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E028B (or 0x3E028B) is known color: Indigo. HEX triplet: 3E, 02 and 8B. RGB value is (62,2,139). Sum of RGB (Red+Green+Blue) = 62+2+139=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E028B is #C1FD74. Grayscale: #232323. Windows color (decimal): -12713333 or 9110078. OLE color: 9110078.

HSL color Cylindrical-coordinate representation of color #3E028B: hue angle of 266.28º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E028B is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 2 139 -
CMYK 0.55 0.99 0 0.45
HSL 266.28º 0.97% 0.28% -
HSV(B) 266.28º 0.99% 0.55% -
XYZ 6.67 2.93 24.64 -
YUV 35.56 186.38 146.86 -
System Red Green Blue C M Y K H S L
Decimal 62 2 139 0.55 0.99 0 0.45 266.28 0.97 0.28
Hex 3E 2 8B 37 63 0 2D 10A 61 1C
Octal 76 2 213 67 143 0 55 412 141 34
Binary 111110 10 10001011 110111 1100011 0 101101 100001010 1100001 11100

Color Harmonies of #3E028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E028B

Black with #3E028B

Text Example


Text Example

White with #3E028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,139); }

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

background-color css

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

 a { background-color: rgb(62,2,139); }

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

border-color css

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

 span { border-color: rgb(62,2,139); }

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