Html Css Color HEX #400B75 Indigo

📋 copy color: '#400B75'

red 64 ◦ green 11 ◦ blue 117

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

Shades of Indigo #400B75

Tints of Indigo #400B75

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.73%

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

R = 33.33%
G = 5.73%
B = 60.94%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400B75 (or 0x400B75) is known color: Indigo. HEX triplet: 40, 0B and 75. RGB value is (64,11,117). Sum of RGB (Red+Green+Blue) = 64+11+117=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #400B75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400B75 is #BFF48A. Grayscale: #262626. Windows color (decimal): -12579979 or 7670592. OLE color: 7670592.

HSL color Cylindrical-coordinate representation of color #400B75: hue angle of 270º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400B75 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 11 117 -
CMYK 0.45 0.91 0 0.54
HSL 270º 0.83% 0.25% -
HSV(B) 270º 0.91% 0.46% -
XYZ 5.44 2.61 17.05 -
YUV 38.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 64 11 117 0.45 0.91 0 0.54 270 0.83 0.25
Hex 40 B 75 2D 5B 0 36 10E 53 19
Octal 100 13 165 55 133 0 66 416 123 31
Binary 1000000 1011 1110101 101101 1011011 0 110110 100001110 1010011 11001

Color Harmonies of #400B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400B75

Black with #400B75

Text Example


Text Example

White with #400B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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