Html Css Color HEX #3E088D Indigo

📋 copy color: '#3E088D'

red 62 ◦ green 8 ◦ blue 141

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

Shades of Indigo #3E088D

Tints of Indigo #3E088D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 29.38%
G = 3.79%
B = 66.82%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E088D (or 0x3E088D) is known color: Indigo. HEX triplet: 3E, 08 and 8D. RGB value is (62,8,141). Sum of RGB (Red+Green+Blue) = 62+8+141=211 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.38% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E088D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E088D is #C1F772. Grayscale: #262626. Windows color (decimal): -12711795 or 9242686. OLE color: 9242686.

HSL color Cylindrical-coordinate representation of color #3E088D: hue angle of 264.36º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E088D is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 8 141 -
CMYK 0.56 0.94 0 0.45
HSL 264.36º 0.89% 0.29% -
HSV(B) 264.36º 0.94% 0.55% -
XYZ 6.88 3.12 25.44 -
YUV 39.31 185.39 144.19 -
System Red Green Blue C M Y K H S L
Decimal 62 8 141 0.56 0.94 0 0.45 264.36 0.89 0.29
Hex 3E 8 8D 38 5E 0 2D 108 59 1D
Octal 76 10 215 70 136 0 55 410 131 35
Binary 111110 1000 10001101 111000 1011110 0 101101 100001000 1011001 11101

Color Harmonies of #3E088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E088D

Black with #3E088D

Text Example


Text Example

White with #3E088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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