Html Css Color HEX #400167 Indigo

📋 copy color: '#400167'

red 64 ◦ green 1 ◦ blue 103

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

Shades of Indigo #400167

Tints of Indigo #400167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 61.31%

R = 38.1%
G = 0.6%
B = 61.31%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#400167 (or 0x400167) is known color: Indigo. HEX triplet: 40, 01 and 67. RGB value is (64,1,103). Sum of RGB (Red+Green+Blue) = 64+1+103=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 103 (40.62% from 255 or 61.31% from 168); Max value from RGB is 103 - color contains mainly: blue. Hex color #400167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400167 is #BFFE98. Grayscale: #1F1F1F. Windows color (decimal): -12582553 or 6750528. OLE color: 6750528.

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

Color convert

RGB 64 1 103 -
CMYK 0.38 0.99 0 0.60
HSL 277.06º 0.98% 0.2% -
HSV(B) 277.06º 0.99% 0.4% -
XYZ 4.57 2.09 12.99 -
YUV 31.47 168.37 151.21 -
System Red Green Blue C M Y K H S L
Decimal 64 1 103 0.38 0.99 0 0.60 277.06 0.98 0.2
Hex 40 1 67 26 63 0 3C 115 62 14
Octal 100 1 147 46 143 0 74 425 142 24
Binary 1000000 1 1100111 100110 1100011 0 111100 100010101 1100010 10100

Color Harmonies of #400167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400167

Black with #400167

Text Example


Text Example

White with #400167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400167; }

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

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

background-color css

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

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

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

border-color css

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

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

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