Html Css Color HEX #400F71 Persian Indigo

📋 copy color: '#400F71'

red 64 ◦ green 15 ◦ blue 113

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

Shades of Persian Indigo #400F71

Tints of Persian Indigo #400F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

 BLUE value IS 113 (44.53% from 255) = 58.85%

R = 33.33%
G = 7.81%
B = 58.85%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#400F71 (or 0x400F71) is known color: Persian Indigo. HEX triplet: 40, 0F and 71. RGB value is (64,15,113). Sum of RGB (Red+Green+Blue) = 64+15+113=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #400F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400F71 is #BFF08E. Grayscale: #282828. Windows color (decimal): -12578959 or 7409472. OLE color: 7409472.

HSL color Cylindrical-coordinate representation of color #400F71: hue angle of 270º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #400F71 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 15 113 -
CMYK 0.43 0.87 0 0.56
HSL 270º 0.77% 0.25% -
HSV(B) 270º 0.87% 0.44% -
XYZ 5.27 2.62 15.85 -
YUV 40.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 64 15 113 0.43 0.87 0 0.56 270 0.77 0.25
Hex 40 F 71 2B 57 0 38 10E 4D 19
Octal 100 17 161 53 127 0 70 416 115 31
Binary 1000000 1111 1110001 101011 1010111 0 111000 100001110 1001101 11001

Color Harmonies of #400F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400F71

Black with #400F71

Text Example


Text Example

White with #400F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,15,113); }

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

background-color css

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

 a { background-color: rgb(64,15,113); }

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

border-color css

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

 span { border-color: rgb(64,15,113); }

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