Html Css Color HEX #400168 Indigo

📋 copy color: '#400168'

red 64 ◦ green 1 ◦ blue 104

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

Shades of Indigo #400168

Tints of Indigo #400168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.54%

R = 37.87%
G = 0.59%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400168 (or 0x400168) is known color: Indigo. HEX triplet: 40, 01 and 68. RGB value is (64,1,104). Sum of RGB (Red+Green+Blue) = 64+1+104=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 104 (41.02% from 255 or 61.54% from 169); Max value from RGB is 104 - color contains mainly: blue. Hex color #400168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400168 is #BFFE97. Grayscale: #1F1F1F. Windows color (decimal): -12582552 or 6816064. OLE color: 6816064.

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

Color convert

RGB 64 1 104 -
CMYK 0.38 0.99 0 0.59
HSL 276.7º 0.98% 0.21% -
HSV(B) 276.7º 0.99% 0.41% -
XYZ 4.62 2.11 13.26 -
YUV 31.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 64 1 104 0.38 0.99 0 0.59 276.7 0.98 0.21
Hex 40 1 68 26 63 0 3B 115 62 15
Octal 100 1 150 46 143 0 73 425 142 25
Binary 1000000 1 1101000 100110 1100011 0 111011 100010101 1100010 10101

Color Harmonies of #400168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400168

Black with #400168

Text Example


Text Example

White with #400168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400168; }

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

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

background-color css

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

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

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

border-color css

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

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

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