Html Css Color HEX #400295 Indigo

📋 copy color: '#400295'

red 64 ◦ green 2 ◦ blue 149

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

Shades of Indigo #400295

Tints of Indigo #400295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.93%

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

R = 29.77%
G = 0.93%
B = 69.3%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400295 (or 0x400295) is known color: Indigo. HEX triplet: 40, 02 and 95. RGB value is (64,2,149). Sum of RGB (Red+Green+Blue) = 64+2+149=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #400295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400295 is #BFFD6A. Grayscale: #242424. Windows color (decimal): -12582251 or 9765440. OLE color: 9765440.

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

Color convert

RGB 64 2 149 -
CMYK 0.57 0.99 0 0.42
HSL 265.31º 0.97% 0.3% -
HSV(B) 265.31º 0.99% 0.58% -
XYZ 7.56 3.3 28.67 -
YUV 37.3 191.04 147.05 -
System Red Green Blue C M Y K H S L
Decimal 64 2 149 0.57 0.99 0 0.42 265.31 0.97 0.3
Hex 40 2 95 39 63 0 2A 109 61 1E
Octal 100 2 225 71 143 0 52 411 141 36
Binary 1000000 10 10010101 111001 1100011 0 101010 100001001 1100001 11110

Color Harmonies of #400295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400295

Black with #400295

Text Example


Text Example

White with #400295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400295; }

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

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

background-color css

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

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

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

border-color css

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

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

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