Html Css Color HEX #400162 Indigo

📋 copy color: '#400162'

red 64 ◦ green 1 ◦ blue 98

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

Shades of Indigo #400162

Tints of Indigo #400162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 60.12%

R = 39.26%
G = 0.61%
B = 60.12%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#400162 (or 0x400162) is known color: Indigo. HEX triplet: 40, 01 and 62. RGB value is (64,1,98). Sum of RGB (Red+Green+Blue) = 64+1+98=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #400162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400162 is #BFFE9D. Grayscale: #1E1E1E. Windows color (decimal): -12582558 or 6422848. OLE color: 6422848.

HSL color Cylindrical-coordinate representation of color #400162: hue angle of 278.97º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400162 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 1 98 -
CMYK 0.35 0.99 0 0.62
HSL 278.97º 0.98% 0.19% -
HSV(B) 278.97º 0.99% 0.38% -
XYZ 4.33 1.99 11.71 -
YUV 30.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 64 1 98 0.35 0.99 0 0.62 278.97 0.98 0.19
Hex 40 1 62 23 63 0 3E 117 62 13
Octal 100 1 142 43 143 0 76 427 142 23
Binary 1000000 1 1100010 100011 1100011 0 111110 100010111 1100010 10011

Color Harmonies of #400162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400162

Black with #400162

Text Example


Text Example

White with #400162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400162; }

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

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

background-color css

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

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

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

border-color css

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

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

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