Html Css Color HEX #3E096C Indigo

📋 copy color: '#3E096C'

red 62 ◦ green 9 ◦ blue 108

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

Shades of Indigo #3E096C

Tints of Indigo #3E096C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 60.34%

R = 34.64%
G = 5.03%
B = 60.34%

CMYK

 C value IS 0.43

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E096C (or 0x3E096C) is known color: Indigo. HEX triplet: 3E, 09 and 6C. RGB value is (62,9,108). Sum of RGB (Red+Green+Blue) = 62+9+108=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #3E096C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E096C is #C1F693. Grayscale: #232323. Windows color (decimal): -12711572 or 7080254. OLE color: 7080254.

HSL color Cylindrical-coordinate representation of color #3E096C: hue angle of 272.12º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E096C is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 9 108 -
CMYK 0.43 0.92 0 0.58
HSL 272.12º 0.85% 0.23% -
HSV(B) 272.12º 0.92% 0.42% -
XYZ 4.79 2.3 14.38 -
YUV 36.13 168.56 146.45 -
System Red Green Blue C M Y K H S L
Decimal 62 9 108 0.43 0.92 0 0.58 272.12 0.85 0.23
Hex 3E 9 6C 2B 5C 0 3A 110 55 17
Octal 76 11 154 53 134 0 72 420 125 27
Binary 111110 1001 1101100 101011 1011100 0 111010 100010000 1010101 10111

Color Harmonies of #3E096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E096C

Black with #3E096C

Text Example


Text Example

White with #3E096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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