Html Css Color HEX #3E097F Indigo

📋 copy color: '#3E097F'

red 62 ◦ green 9 ◦ blue 127

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

Shades of Indigo #3E097F

Tints of Indigo #3E097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 31.31%
G = 4.55%
B = 64.14%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3E097F (or 0x3E097F) is known color: Indigo. HEX triplet: 3E, 09 and 7F. RGB value is (62,9,127). Sum of RGB (Red+Green+Blue) = 62+9+127=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #3E097F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E097F is #C1F680. Grayscale: #252525. Windows color (decimal): -12711553 or 8325438. OLE color: 8325438.

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

Color convert

RGB 62 9 127 -
CMYK 0.51 0.93 0 0.50
HSL 266.95º 0.87% 0.27% -
HSV(B) 266.95º 0.93% 0.5% -
XYZ 5.92 2.75 20.3 -
YUV 38.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 62 9 127 0.51 0.93 0 0.50 266.95 0.87 0.27
Hex 3E 9 7F 33 5D 0 32 10B 57 1B
Octal 76 11 177 63 135 0 62 413 127 33
Binary 111110 1001 1111111 110011 1011101 0 110010 100001011 1010111 11011

Color Harmonies of #3E097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E097F

Black with #3E097F

Text Example


Text Example

White with #3E097F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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