Html Css Color HEX #3E069B Indigo

📋 copy color: '#3E069B'

red 62 ◦ green 6 ◦ blue 155

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

Shades of Indigo #3E069B

Tints of Indigo #3E069B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.69%

 BLUE value IS 155 (60.94% from 255) = 69.51%

R = 27.8%
G = 2.69%
B = 69.51%

CMYK

 C value IS 0.6

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3E069B (or 0x3E069B) is known color: Indigo. HEX triplet: 3E, 06 and 9B. RGB value is (62,6,155). Sum of RGB (Red+Green+Blue) = 62+6+155=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 155 (60.94% from 255 or 69.51% from 223); Max value from RGB is 155 - color contains mainly: blue. Hex color #3E069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E069B is #C1F964. Grayscale: #272727. Windows color (decimal): -12712293 or 10159678. OLE color: 10159678.

HSL color Cylindrical-coordinate representation of color #3E069B: hue angle of 262.55º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E069B is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 62 6 155 -
CMYK 0.6 0.96 0 0.39
HSL 262.55º 0.93% 0.32% -
HSV(B) 262.55º 0.96% 0.61% -
XYZ 7.97 3.52 31.27 -
YUV 39.73 193.05 143.88 -
System Red Green Blue C M Y K H S L
Decimal 62 6 155 0.6 0.96 0 0.39 262.55 0.93 0.32
Hex 3E 6 9B 3C 60 0 27 107 5D 20
Octal 76 6 233 74 140 0 47 407 135 40
Binary 111110 110 10011011 111100 1100000 0 100111 100000111 1011101 100000

Color Harmonies of #3E069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E069B

Black with #3E069B

Text Example


Text Example

White with #3E069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,6,155); }

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

background-color css

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

 a { background-color: rgb(62,6,155); }

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

border-color css

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

 span { border-color: rgb(62,6,155); }

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