Html Css Color HEX #3E078D Indigo

📋 copy color: '#3E078D'

red 62 ◦ green 7 ◦ blue 141

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

Shades of Indigo #3E078D

Tints of Indigo #3E078D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 29.52%
G = 3.33%
B = 67.14%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E078D (or 0x3E078D) is known color: Indigo. HEX triplet: 3E, 07 and 8D. RGB value is (62,7,141). Sum of RGB (Red+Green+Blue) = 62+7+141=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E078D is #C1F872. Grayscale: #262626. Windows color (decimal): -12712051 or 9242430. OLE color: 9242430.

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

Color convert

RGB 62 7 141 -
CMYK 0.56 0.95 0 0.45
HSL 264.63º 0.91% 0.29% -
HSV(B) 264.63º 0.95% 0.55% -
XYZ 6.87 3.1 25.44 -
YUV 38.72 185.72 144.6 -
System Red Green Blue C M Y K H S L
Decimal 62 7 141 0.56 0.95 0 0.45 264.63 0.91 0.29
Hex 3E 7 8D 38 5F 0 2D 109 5B 1D
Octal 76 7 215 70 137 0 55 411 133 35
Binary 111110 111 10001101 111000 1011111 0 101101 100001001 1011011 11101

Color Harmonies of #3E078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E078D

Black with #3E078D

Text Example


Text Example

White with #3E078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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