Html Css Color HEX #40005A Indigo

📋 copy color: '#40005A'

red 64 ◦ green 0 ◦ blue 90

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

Shades of Indigo #40005A

Tints of Indigo #40005A

RGB

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

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

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

R = 41.56%
G = 0%
B = 58.44%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#40005A (or 0x40005A) is known color: Indigo. HEX triplet: 40, 00 and 5A. RGB value is (64,0,90). Sum of RGB (Red+Green+Blue) = 64+0+90=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #40005A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40005A is #BFFFA5. Grayscale: #1D1D1D. Windows color (decimal): -12582822 or 5898304. OLE color: 5898304.

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

Color convert

RGB 64 0 90 -
CMYK 0.29 1 0 0.65
HSL 282.67º 1% 0.18% -
HSV(B) 282.67º 1% 0.35% -
XYZ 3.96 1.83 9.82 -
YUV 29.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 64 0 90 0.29 1 0 0.65 282.67 1 0.18
Hex 40 0 5A 1D 64 0 41 11B 64 12
Octal 100 0 132 35 144 0 101 433 144 22
Binary 1000000 0 1011010 11101 1100100 0 1000001 100011011 1100100 10010

Color Harmonies of #40005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40005A

Black with #40005A

Text Example


Text Example

White with #40005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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