Html Css Color HEX #400075 Indigo

📋 copy color: '#400075'

red 64 ◦ green 0 ◦ blue 117

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

Shades of Indigo #400075

Tints of Indigo #400075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.36%
G = 0%
B = 64.64%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400075 (or 0x400075) is known color: Indigo. HEX triplet: 40, 00 and 75. RGB value is (64,0,117). Sum of RGB (Red+Green+Blue) = 64+0+117=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #400075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400075 is #BFFF8A. Grayscale: #202020. Windows color (decimal): -12582795 or 7667776. OLE color: 7667776.

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

Color convert

RGB 64 0 117 -
CMYK 0.45 1 0 0.54
HSL 272.82º 1% 0.23% -
HSV(B) 272.82º 1% 0.46% -
XYZ 5.33 2.37 17.01 -
YUV 32.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 64 0 117 0.45 1 0 0.54 272.82 1 0.23
Hex 40 0 75 2D 64 0 36 111 64 17
Octal 100 0 165 55 144 0 66 421 144 27
Binary 1000000 0 1110101 101101 1100100 0 110110 100010001 1100100 10111

Color Harmonies of #400075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400075

Black with #400075

Text Example


Text Example

White with #400075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400075; }

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

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

background-color css

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

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

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

border-color css

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

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

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