Html Css Color HEX #3E087D Indigo

📋 copy color: '#3E087D'

red 62 ◦ green 8 ◦ blue 125

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

Shades of Indigo #3E087D

Tints of Indigo #3E087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 125 (49.22% from 255) = 64.1%

R = 31.79%
G = 4.1%
B = 64.1%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E087D (or 0x3E087D) is known color: Indigo. HEX triplet: 3E, 08 and 7D. RGB value is (62,8,125). Sum of RGB (Red+Green+Blue) = 62+8+125=195 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.79% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 125 (49.22% from 255 or 64.10% from 195); Max value from RGB is 125 - color contains mainly: blue. Hex color #3E087D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E087D is #C1F782. Grayscale: #252525. Windows color (decimal): -12711811 or 8194110. OLE color: 8194110.

HSL color Cylindrical-coordinate representation of color #3E087D: hue angle of 267.69º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E087D is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 8 125 -
CMYK 0.50 0.94 0 0.51
HSL 267.69º 0.88% 0.26% -
HSV(B) 267.69º 0.94% 0.49% -
XYZ 5.78 2.68 19.61 -
YUV 37.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 62 8 125 0.50 0.94 0 0.51 267.69 0.88 0.26
Hex 3E 8 7D 32 5E 0 33 10C 58 1A
Octal 76 10 175 62 136 0 63 414 130 32
Binary 111110 1000 1111101 110010 1011110 0 110011 100001100 1011000 11010

Color Harmonies of #3E087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E087D

Black with #3E087D

Text Example


Text Example

White with #3E087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,8,125); }

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

background-color css

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

 a { background-color: rgb(62,8,125); }

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

border-color css

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

 span { border-color: rgb(62,8,125); }

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