Html Css Color HEX #40015A Indigo

📋 copy color: '#40015A'

red 64 ◦ green 1 ◦ blue 90

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

Shades of Indigo #40015A

Tints of Indigo #40015A

RGB

 RED value IS 64 (25.39% from 255) = 41.29%

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

 BLUE value IS 90 (35.55% from 255) = 58.06%

R = 41.29%
G = 0.65%
B = 58.06%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40015A (or 0x40015A) is known color: Indigo. HEX triplet: 40, 01 and 5A. RGB value is (64,1,90). Sum of RGB (Red+Green+Blue) = 64+1+90=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #40015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40015A is #BFFEA5. Grayscale: #1D1D1D. Windows color (decimal): -12582566 or 5898560. OLE color: 5898560.

HSL color Cylindrical-coordinate representation of color #40015A: hue angle of 282.47º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #40015A is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 1 90 -
CMYK 0.29 0.99 0 0.65
HSL 282.47º 0.98% 0.18% -
HSV(B) 282.47º 0.99% 0.35% -
XYZ 3.97 1.85 9.82 -
YUV 29.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 64 1 90 0.29 0.99 0 0.65 282.47 0.98 0.18
Hex 40 1 5A 1D 63 0 41 11A 62 12
Octal 100 1 132 35 143 0 101 432 142 22
Binary 1000000 1 1011010 11101 1100011 0 1000001 100011010 1100010 10010

Color Harmonies of #40015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40015A

Black with #40015A

Text Example


Text Example

White with #40015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40015A; }

 p { color: rgb(64,1,90); }

 H1.HeaderClassName
 {
   color: #40015A;
 }
 .AnyTagClassName
 {
   color: #40015A;
 }
</style>

background-color css

<style>
 a { background-color: #40015A; }

 a { background-color: rgb(64,1,90); }

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

border-color css

<style>
 span { border-color: #40015A; }

 span { border-color: rgb(64,1,90); }

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