Html Css Color HEX #400175 Indigo

📋 copy color: '#400175'

red 64 ◦ green 1 ◦ blue 117

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

Shades of Indigo #400175

Tints of Indigo #400175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 64.29%

R = 35.16%
G = 0.55%
B = 64.29%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400175 (or 0x400175) is known color: Indigo. HEX triplet: 40, 01 and 75. RGB value is (64,1,117). Sum of RGB (Red+Green+Blue) = 64+1+117=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #400175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400175 is #BFFE8A. Grayscale: #202020. Windows color (decimal): -12582539 or 7668032. OLE color: 7668032.

HSL color Cylindrical-coordinate representation of color #400175: hue angle of 272.59º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400175 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 1 117 -
CMYK 0.45 0.99 0 0.54
HSL 272.59º 0.98% 0.23% -
HSV(B) 272.59º 0.99% 0.46% -
XYZ 5.34 2.4 17.01 -
YUV 33.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 64 1 117 0.45 0.99 0 0.54 272.59 0.98 0.23
Hex 40 1 75 2D 63 0 36 111 62 17
Octal 100 1 165 55 143 0 66 421 142 27
Binary 1000000 1 1110101 101101 1100011 0 110110 100010001 1100010 10111

Color Harmonies of #400175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400175

Black with #400175

Text Example


Text Example

White with #400175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400175; }

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

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

background-color css

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

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

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

border-color css

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

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

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