Html Css Color HEX #400395 Indigo

📋 copy color: '#400395'

red 64 ◦ green 3 ◦ blue 149

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

Shades of Indigo #400395

Tints of Indigo #400395

RGB

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

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

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

R = 29.63%
G = 1.39%
B = 68.98%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#400395 (or 0x400395) is known color: Indigo. HEX triplet: 40, 03 and 95. RGB value is (64,3,149). Sum of RGB (Red+Green+Blue) = 64+3+149=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 149 (58.59% from 255 or 68.98% from 216); Max value from RGB is 149 - color contains mainly: blue. Hex color #400395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400395 is #BFFC6A. Grayscale: #252525. Windows color (decimal): -12581995 or 9765696. OLE color: 9765696.

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

Color convert

RGB 64 3 149 -
CMYK 0.57 0.98 0 0.42
HSL 265.07º 0.96% 0.3% -
HSV(B) 265.07º 0.98% 0.58% -
XYZ 7.57 3.33 28.68 -
YUV 37.88 190.71 146.63 -
System Red Green Blue C M Y K H S L
Decimal 64 3 149 0.57 0.98 0 0.42 265.07 0.96 0.3
Hex 40 3 95 39 62 0 2A 109 60 1E
Octal 100 3 225 71 142 0 52 411 140 36
Binary 1000000 11 10010101 111001 1100010 0 101010 100001001 1100000 11110

Color Harmonies of #400395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400395

Black with #400395

Text Example


Text Example

White with #400395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400395; }

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

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

background-color css

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

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

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

border-color css

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

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

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