Html Css Color HEX #3E0273 Indigo

📋 copy color: '#3E0273'

red 62 ◦ green 2 ◦ blue 115

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

Shades of Indigo #3E0273

Tints of Indigo #3E0273

RGB

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

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

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

R = 34.64%
G = 1.12%
B = 64.25%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E0273 (or 0x3E0273) is known color: Indigo. HEX triplet: 3E, 02 and 73. RGB value is (62,2,115). Sum of RGB (Red+Green+Blue) = 62+2+115=179 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.64% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 115 (45.31% from 255 or 64.25% from 179); Max value from RGB is 115 - color contains mainly: blue. Hex color #3E0273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0273 is #C1FD8C. Grayscale: #202020. Windows color (decimal): -12713357 or 7537214. OLE color: 7537214.

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

Color convert

RGB 62 2 115 -
CMYK 0.46 0.98 0 0.55
HSL 271.86º 0.97% 0.23% -
HSV(B) 271.86º 0.98% 0.45% -
XYZ 5.1 2.31 16.4 -
YUV 32.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 62 2 115 0.46 0.98 0 0.55 271.86 0.97 0.23
Hex 3E 2 73 2E 62 0 37 110 61 17
Octal 76 2 163 56 142 0 67 420 141 27
Binary 111110 10 1110011 101110 1100010 0 110111 100010000 1100001 10111

Color Harmonies of #3E0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0273

Black with #3E0273

Text Example


Text Example

White with #3E0273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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