Html Css Color HEX #3E087F Indigo

📋 copy color: '#3E087F'

red 62 ◦ green 8 ◦ blue 127

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

Shades of Indigo #3E087F

Tints of Indigo #3E087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 64.47%

R = 31.47%
G = 4.06%
B = 64.47%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E087F (or 0x3E087F) is known color: Indigo. HEX triplet: 3E, 08 and 7F. RGB value is (62,8,127). Sum of RGB (Red+Green+Blue) = 62+8+127=197 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.47% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E087F is #C1F780. Grayscale: #252525. Windows color (decimal): -12711809 or 8325182. OLE color: 8325182.

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

Color convert

RGB 62 8 127 -
CMYK 0.51 0.94 0 0.50
HSL 267.23º 0.88% 0.26% -
HSV(B) 267.23º 0.94% 0.5% -
XYZ 5.9 2.73 20.29 -
YUV 37.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 62 8 127 0.51 0.94 0 0.50 267.23 0.88 0.26
Hex 3E 8 7F 33 5E 0 32 10B 58 1A
Octal 76 10 177 63 136 0 62 413 130 32
Binary 111110 1000 1111111 110011 1011110 0 110010 100001011 1011000 11010

Color Harmonies of #3E087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E087F

Black with #3E087F

Text Example


Text Example

White with #3E087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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