Html Css Color HEX #400795 Indigo

📋 copy color: '#400795'

red 64 ◦ green 7 ◦ blue 149

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

Shades of Indigo #400795

Tints of Indigo #400795

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.18%

 BLUE value IS 149 (58.59% from 255) = 67.73%

R = 29.09%
G = 3.18%
B = 67.73%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400795 (or 0x400795) is known color: Indigo. HEX triplet: 40, 07 and 95. RGB value is (64,7,149). Sum of RGB (Red+Green+Blue) = 64+7+149=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #400795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400795 is #BFF86A. Grayscale: #272727. Windows color (decimal): -12580971 or 9766720. OLE color: 9766720.

HSL color Cylindrical-coordinate representation of color #400795: hue angle of 264.08º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400795 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 7 149 -
CMYK 0.57 0.95 0 0.42
HSL 264.08º 0.91% 0.31% -
HSV(B) 264.08º 0.95% 0.58% -
XYZ 7.62 3.41 28.69 -
YUV 40.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 64 7 149 0.57 0.95 0 0.42 264.08 0.91 0.31
Hex 40 7 95 39 5F 0 2A 108 5B 1F
Octal 100 7 225 71 137 0 52 410 133 37
Binary 1000000 111 10010101 111001 1011111 0 101010 100001000 1011011 11111

Color Harmonies of #400795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400795

Black with #400795

Text Example


Text Example

White with #400795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400795; }

 p { color: rgb(64,7,149); }

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

background-color css

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

 a { background-color: rgb(64,7,149); }

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

border-color css

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

 span { border-color: rgb(64,7,149); }

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