Html Css Color HEX #3E078B Indigo

📋 copy color: '#3E078B'

red 62 ◦ green 7 ◦ blue 139

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

Shades of Indigo #3E078B

Tints of Indigo #3E078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.83%

R = 29.81%
G = 3.37%
B = 66.83%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E078B (or 0x3E078B) is known color: Indigo. HEX triplet: 3E, 07 and 8B. RGB value is (62,7,139). Sum of RGB (Red+Green+Blue) = 62+7+139=208 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.81% from 208); Green value is 7 (3.12% from 255 or 3.37% from 208); Blue value is 139 (54.69% from 255 or 66.83% from 208); Max value from RGB is 139 - color contains mainly: blue. Hex color #3E078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E078B is #C1F874. Grayscale: #262626. Windows color (decimal): -12712053 or 9111358. OLE color: 9111358.

HSL color Cylindrical-coordinate representation of color #3E078B: hue angle of 265º degrees, saturation: 0.9, 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 #3E078B is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 62 7 139 -
CMYK 0.55 0.95 0 0.45
HSL 265º 0.9% 0.29% -
HSV(B) 265º 0.95% 0.55% -
XYZ 6.72 3.04 24.66 -
YUV 38.49 184.72 144.77 -
System Red Green Blue C M Y K H S L
Decimal 62 7 139 0.55 0.95 0 0.45 265 0.9 0.29
Hex 3E 7 8B 37 5F 0 2D 109 5A 1D
Octal 76 7 213 67 137 0 55 411 132 35
Binary 111110 111 10001011 110111 1011111 0 101101 100001001 1011010 11101

Color Harmonies of #3E078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E078B

Black with #3E078B

Text Example


Text Example

White with #3E078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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