Html Css Color HEX #400195 Indigo

📋 copy color: '#400195'

red 64 ◦ green 1 ◦ blue 149

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

Shades of Indigo #400195

Tints of Indigo #400195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 29.91%
G = 0.47%
B = 69.63%

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

#400195 (or 0x400195) is known color: Indigo. HEX triplet: 40, 01 and 95. RGB value is (64,1,149). Sum of RGB (Red+Green+Blue) = 64+1+149=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 149 (58.59% from 255 or 69.63% from 214); Max value from RGB is 149 - color contains mainly: blue. Hex color #400195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400195 is #BFFE6A. Grayscale: #242424. Windows color (decimal): -12582507 or 9765184. OLE color: 9765184.

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

Color convert

RGB 64 1 149 -
CMYK 0.57 0.99 0 0.42
HSL 265.54º 0.99% 0.29% -
HSV(B) 265.54º 0.99% 0.58% -
XYZ 7.55 3.28 28.67 -
YUV 36.71 191.37 147.47 -
System Red Green Blue C M Y K H S L
Decimal 64 1 149 0.57 0.99 0 0.42 265.54 0.99 0.29
Hex 40 1 95 39 63 0 2A 10A 63 1D
Octal 100 1 225 71 143 0 52 412 143 35
Binary 1000000 1 10010101 111001 1100011 0 101010 100001010 1100011 11101

Color Harmonies of #400195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400195

Black with #400195

Text Example


Text Example

White with #400195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400195; }

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

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

background-color css

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

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

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

border-color css

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

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

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