Html Css Color HEX #400170 Indigo

📋 copy color: '#400170'

red 64 ◦ green 1 ◦ blue 112

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

Shades of Indigo #400170

Tints of Indigo #400170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 36.16%
G = 0.56%
B = 63.28%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400170 (or 0x400170) is known color: Indigo. HEX triplet: 40, 01 and 70. RGB value is (64,1,112). Sum of RGB (Red+Green+Blue) = 64+1+112=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #400170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400170 is #BFFE8F. Grayscale: #202020. Windows color (decimal): -12582544 or 7340352. OLE color: 7340352.

HSL color Cylindrical-coordinate representation of color #400170: hue angle of 274.05º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400170 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 1 112 -
CMYK 0.43 0.99 0 0.56
HSL 274.05º 0.98% 0.22% -
HSV(B) 274.05º 0.99% 0.44% -
XYZ 5.05 2.28 15.5 -
YUV 32.49 172.87 150.47 -
System Red Green Blue C M Y K H S L
Decimal 64 1 112 0.43 0.99 0 0.56 274.05 0.98 0.22
Hex 40 1 70 2B 63 0 38 112 62 16
Octal 100 1 160 53 143 0 70 422 142 26
Binary 1000000 1 1110000 101011 1100011 0 111000 100010010 1100010 10110

Color Harmonies of #400170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400170

Black with #400170

Text Example


Text Example

White with #400170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400170; }

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

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

background-color css

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

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

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

border-color css

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

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

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