Html Css Color HEX #400375 Indigo

📋 copy color: '#400375'

red 64 ◦ green 3 ◦ blue 117

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

Shades of Indigo #400375

Tints of Indigo #400375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.63%

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

R = 34.78%
G = 1.63%
B = 63.59%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#400375 (or 0x400375) is known color: Indigo. HEX triplet: 40, 03 and 75. RGB value is (64,3,117). Sum of RGB (Red+Green+Blue) = 64+3+117=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 117 (46.09% from 255 or 63.59% from 184); Max value from RGB is 117 - color contains mainly: blue. Hex color #400375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400375 is #BFFC8A. Grayscale: #212121. Windows color (decimal): -12582027 or 7668544. OLE color: 7668544.

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

Color convert

RGB 64 3 117 -
CMYK 0.45 0.97 0 0.54
HSL 272.11º 0.95% 0.24% -
HSV(B) 272.11º 0.97% 0.46% -
XYZ 5.36 2.44 17.02 -
YUV 34.24 174.71 149.23 -
System Red Green Blue C M Y K H S L
Decimal 64 3 117 0.45 0.97 0 0.54 272.11 0.95 0.24
Hex 40 3 75 2D 61 0 36 110 5F 18
Octal 100 3 165 55 141 0 66 420 137 30
Binary 1000000 11 1110101 101101 1100001 0 110110 100010000 1011111 11000

Color Harmonies of #400375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400375

Black with #400375

Text Example


Text Example

White with #400375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400375; }

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

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

background-color css

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

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

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

border-color css

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

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

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