Html Css Color HEX #400569 Indigo

📋 copy color: '#400569'

red 64 ◦ green 5 ◦ blue 105

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

Shades of Indigo #400569

Tints of Indigo #400569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 105 (41.41% from 255) = 60.34%

R = 36.78%
G = 2.87%
B = 60.34%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#400569 (or 0x400569) is known color: Indigo. HEX triplet: 40, 05 and 69. RGB value is (64,5,105). Sum of RGB (Red+Green+Blue) = 64+5+105=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #400569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400569 is #BFFA96. Grayscale: #212121. Windows color (decimal): -12581527 or 6882624. OLE color: 6882624.

HSL color Cylindrical-coordinate representation of color #400569: hue angle of 275.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400569 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 5 105 -
CMYK 0.39 0.95 0 0.59
HSL 275.4º 0.91% 0.22% -
HSV(B) 275.4º 0.95% 0.41% -
XYZ 4.72 2.22 13.54 -
YUV 34.04 168.05 149.37 -
System Red Green Blue C M Y K H S L
Decimal 64 5 105 0.39 0.95 0 0.59 275.4 0.91 0.22
Hex 40 5 69 27 5F 0 3B 113 5B 16
Octal 100 5 151 47 137 0 73 423 133 26
Binary 1000000 101 1101001 100111 1011111 0 111011 100010011 1011011 10110

Color Harmonies of #400569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400569

Black with #400569

Text Example


Text Example

White with #400569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400569; }

 p { color: rgb(64,5,105); }

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

background-color css

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

 a { background-color: rgb(64,5,105); }

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

border-color css

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

 span { border-color: rgb(64,5,105); }

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