Html Css Color HEX #40035F Indigo

📋 copy color: '#40035F'

red 64 ◦ green 3 ◦ blue 95

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

Shades of Indigo #40035F

Tints of Indigo #40035F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

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

R = 39.51%
G = 1.85%
B = 58.64%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#40035F (or 0x40035F) is known color: Indigo. HEX triplet: 40, 03 and 5F. RGB value is (64,3,95). Sum of RGB (Red+Green+Blue) = 64+3+95=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #40035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40035F is #BFFCA0. Grayscale: #1F1F1F. Windows color (decimal): -12582049 or 6226752. OLE color: 6226752.

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

Color convert

RGB 64 3 95 -
CMYK 0.33 0.97 0 0.63
HSL 279.78º 0.94% 0.19% -
HSV(B) 279.78º 0.97% 0.37% -
XYZ 4.21 1.98 10.99 -
YUV 31.73 163.71 151.02 -
System Red Green Blue C M Y K H S L
Decimal 64 3 95 0.33 0.97 0 0.63 279.78 0.94 0.19
Hex 40 3 5F 21 61 0 3F 118 5E 13
Octal 100 3 137 41 141 0 77 430 136 23
Binary 1000000 11 1011111 100001 1100001 0 111111 100011000 1011110 10011

Color Harmonies of #40035F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40035F

Black with #40035F

Text Example


Text Example

White with #40035F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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