Html Css Color HEX #3E0090 Indigo

📋 copy color: '#3E0090'

red 62 ◦ green 0 ◦ blue 144

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

Shades of Indigo #3E0090

Tints of Indigo #3E0090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 144 (56.64% from 255) = 69.9%

R = 30.1%
G = 0%
B = 69.9%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E0090 (or 0x3E0090) is known color: Indigo. HEX triplet: 3E, 00 and 90. RGB value is (62,0,144). Sum of RGB (Red+Green+Blue) = 62+0+144=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 144 (56.64% from 255 or 69.90% from 206); Max value from RGB is 144 - color contains mainly: blue. Hex color #3E0090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0090 is #C1FF6F. Grayscale: #222222. Windows color (decimal): -12713840 or 9437246. OLE color: 9437246.

HSL color Cylindrical-coordinate representation of color #3E0090: hue angle of 265.83º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0090 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 0 144 -
CMYK 0.57 1 0 0.44
HSL 265.83º 1% 0.28% -
HSV(B) 265.83º 1% 0.56% -
XYZ 7.02 3.04 26.6 -
YUV 34.95 189.54 147.29 -
System Red Green Blue C M Y K H S L
Decimal 62 0 144 0.57 1 0 0.44 265.83 1 0.28
Hex 3E 0 90 39 64 0 2C 10A 64 1C
Octal 76 0 220 71 144 0 54 412 144 34
Binary 111110 0 10010000 111001 1100100 0 101100 100001010 1100100 11100

Color Harmonies of #3E0090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0090

Black with #3E0090

Text Example


Text Example

White with #3E0090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,144); }

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

background-color css

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

 a { background-color: rgb(62,0,144); }

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

border-color css

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

 span { border-color: rgb(62,0,144); }

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