Html Css Color HEX #3E038A Indigo

📋 copy color: '#3E038A'

red 62 ◦ green 3 ◦ blue 138

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

Shades of Indigo #3E038A

Tints of Indigo #3E038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.48%

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 30.54%
G = 1.48%
B = 67.98%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3E038A (or 0x3E038A) is known color: Indigo. HEX triplet: 3E, 03 and 8A. RGB value is (62,3,138). Sum of RGB (Red+Green+Blue) = 62+3+138=203 (26% of max value = 765). Red value is 62 (24.61% from 255 or 30.54% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E038A is #C1FC75. Grayscale: #232323. Windows color (decimal): -12713078 or 9044798. OLE color: 9044798.

HSL color Cylindrical-coordinate representation of color #3E038A: hue angle of 266.22º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E038A is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 62 3 138 -
CMYK 0.55 0.98 0 0.46
HSL 266.22º 0.96% 0.28% -
HSV(B) 266.22º 0.98% 0.54% -
XYZ 6.61 2.92 24.26 -
YUV 36.03 185.55 146.52 -
System Red Green Blue C M Y K H S L
Decimal 62 3 138 0.55 0.98 0 0.46 266.22 0.96 0.28
Hex 3E 3 8A 37 62 0 2E 10A 60 1C
Octal 76 3 212 67 142 0 56 412 140 34
Binary 111110 11 10001010 110111 1100010 0 101110 100001010 1100000 11100

Color Harmonies of #3E038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E038A

Black with #3E038A

Text Example


Text Example

White with #3E038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,3,138); }

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

background-color css

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

 a { background-color: rgb(62,3,138); }

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

border-color css

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

 span { border-color: rgb(62,3,138); }

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