Html Css Color HEX #40045F Indigo

📋 copy color: '#40045F'

red 64 ◦ green 4 ◦ blue 95

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

Shades of Indigo #40045F

Tints of Indigo #40045F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.45%

 BLUE value IS 95 (37.5% from 255) = 58.28%

R = 39.26%
G = 2.45%
B = 58.28%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40045F (or 0x40045F) is known color: Indigo. HEX triplet: 40, 04 and 5F. RGB value is (64,4,95). Sum of RGB (Red+Green+Blue) = 64+4+95=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 95 (37.5% from 255 or 58.28% from 163); Max value from RGB is 95 - color contains mainly: blue. Hex color #40045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40045F is #BFFBA0. Grayscale: #202020. Windows color (decimal): -12581793 or 6227008. OLE color: 6227008.

HSL color Cylindrical-coordinate representation of color #40045F: hue angle of 279.56º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #40045F is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 64 4 95 -
CMYK 0.33 0.96 0 0.63
HSL 279.56º 0.92% 0.19% -
HSV(B) 279.56º 0.96% 0.37% -
XYZ 4.22 2 10.99 -
YUV 32.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 64 4 95 0.33 0.96 0 0.63 279.56 0.92 0.19
Hex 40 4 5F 21 60 0 3F 118 5C 13
Octal 100 4 137 41 140 0 77 430 134 23
Binary 1000000 100 1011111 100001 1100000 0 111111 100011000 1011100 10011

Color Harmonies of #40045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40045F

Black with #40045F

Text Example


Text Example

White with #40045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40045F; }

 p { color: rgb(64,4,95); }

 H1.HeaderClassName
 {
   color: #40045F;
 }
 .AnyTagClassName
 {
   color: #40045F;
 }
</style>

background-color css

<style>
 a { background-color: #40045F; }

 a { background-color: rgb(64,4,95); }

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

border-color css

<style>
 span { border-color: #40045F; }

 span { border-color: rgb(64,4,95); }

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