Html Css Color HEX #3E026B Indigo

📋 copy color: '#3E026B'

red 62 ◦ green 2 ◦ blue 107

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

Shades of Indigo #3E026B

Tints of Indigo #3E026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.17%

 BLUE value IS 107 (42.19% from 255) = 62.57%

R = 36.26%
G = 1.17%
B = 62.57%

CMYK

 C value IS 0.42

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3E026B (or 0x3E026B) is known color: Indigo. HEX triplet: 3E, 02 and 6B. RGB value is (62,2,107). Sum of RGB (Red+Green+Blue) = 62+2+107=171 (22% of max value = 765). Red value is 62 (24.61% from 255 or 36.26% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 107 (42.19% from 255 or 62.57% from 171); Max value from RGB is 107 - color contains mainly: blue. Hex color #3E026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E026B is #C1FD94. Grayscale: #1F1F1F. Windows color (decimal): -12713365 or 7012926. OLE color: 7012926.

HSL color Cylindrical-coordinate representation of color #3E026B: hue angle of 274.29º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E026B is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 62 2 107 -
CMYK 0.42 0.98 0 0.58
HSL 274.29º 0.96% 0.21% -
HSV(B) 274.29º 0.98% 0.42% -
XYZ 4.66 2.13 14.08 -
YUV 31.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 62 2 107 0.42 0.98 0 0.58 274.29 0.96 0.21
Hex 3E 2 6B 2A 62 0 3A 112 60 15
Octal 76 2 153 52 142 0 72 422 140 25
Binary 111110 10 1101011 101010 1100010 0 111010 100010010 1100000 10101

Color Harmonies of #3E026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E026B

Black with #3E026B

Text Example


Text Example

White with #3E026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,107); }

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

background-color css

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

 a { background-color: rgb(62,2,107); }

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

border-color css

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

 span { border-color: rgb(62,2,107); }

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