Html Css Color HEX #3E0173 Indigo

📋 copy color: '#3E0173'

red 62 ◦ green 1 ◦ blue 115

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

Shades of Indigo #3E0173

Tints of Indigo #3E0173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 115 (45.31% from 255) = 64.61%

R = 34.83%
G = 0.56%
B = 64.61%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E0173 (or 0x3E0173) is known color: Indigo. HEX triplet: 3E, 01 and 73. RGB value is (62,1,115). Sum of RGB (Red+Green+Blue) = 62+1+115=178 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.83% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E0173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0173 is #C1FE8C. Grayscale: #1F1F1F. Windows color (decimal): -12713613 or 7536958. OLE color: 7536958.

HSL color Cylindrical-coordinate representation of color #3E0173: hue angle of 272.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0173 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 1 115 -
CMYK 0.46 0.99 0 0.55
HSL 272.11º 0.98% 0.23% -
HSV(B) 272.11º 0.99% 0.45% -
XYZ 5.09 2.28 16.39 -
YUV 32.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 62 1 115 0.46 0.99 0 0.55 272.11 0.98 0.23
Hex 3E 1 73 2E 63 0 37 110 62 17
Octal 76 1 163 56 143 0 67 420 142 27
Binary 111110 1 1110011 101110 1100011 0 110111 100010000 1100010 10111

Color Harmonies of #3E0173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0173

Black with #3E0173

Text Example


Text Example

White with #3E0173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,115); }

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

background-color css

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

 a { background-color: rgb(62,1,115); }

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

border-color css

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

 span { border-color: rgb(62,1,115); }

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