Html Css Color HEX #400178 Indigo

📋 copy color: '#400178'

red 64 ◦ green 1 ◦ blue 120

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

Shades of Indigo #400178

Tints of Indigo #400178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.86%

R = 34.59%
G = 0.54%
B = 64.86%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#400178 (or 0x400178) is known color: Indigo. HEX triplet: 40, 01 and 78. RGB value is (64,1,120). Sum of RGB (Red+Green+Blue) = 64+1+120=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #400178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400178 is #BFFE87. Grayscale: #202020. Windows color (decimal): -12582536 or 7864640. OLE color: 7864640.

HSL color Cylindrical-coordinate representation of color #400178: hue angle of 271.76º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #400178 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 1 120 -
CMYK 0.47 0.99 0 0.53
HSL 271.76º 0.98% 0.24% -
HSV(B) 271.76º 0.99% 0.47% -
XYZ 5.52 2.47 17.95 -
YUV 33.4 176.87 149.82 -
System Red Green Blue C M Y K H S L
Decimal 64 1 120 0.47 0.99 0 0.53 271.76 0.98 0.24
Hex 40 1 78 2F 63 0 35 110 62 18
Octal 100 1 170 57 143 0 65 420 142 30
Binary 1000000 1 1111000 101111 1100011 0 110101 100010000 1100010 11000

Color Harmonies of #400178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400178

Black with #400178

Text Example


Text Example

White with #400178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400178; }

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

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

background-color css

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

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

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

border-color css

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

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

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