Html Css Color HEX #401575 Persian Indigo

📋 copy color: '#401575'

red 64 ◦ green 21 ◦ blue 117

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

Shades of Persian Indigo #401575

Tints of Persian Indigo #401575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.4%

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

R = 31.68%
G = 10.4%
B = 57.92%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401575 (or 0x401575) is known color: Persian Indigo. HEX triplet: 40, 15 and 75. RGB value is (64,21,117). Sum of RGB (Red+Green+Blue) = 64+21+117=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #401575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401575 is #BFEA8A. Grayscale: #2C2C2C. Windows color (decimal): -12577419 or 7673152. OLE color: 7673152.

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

Color convert

RGB 64 21 117 -
CMYK 0.45 0.82 0 0.54
HSL 266.88º 0.7% 0.27% -
HSV(B) 266.88º 0.82% 0.46% -
XYZ 5.59 2.91 17.1 -
YUV 44.8 168.75 141.69 -
System Red Green Blue C M Y K H S L
Decimal 64 21 117 0.45 0.82 0 0.54 266.88 0.7 0.27
Hex 40 15 75 2D 52 0 36 10B 46 1B
Octal 100 25 165 55 122 0 66 413 106 33
Binary 1000000 10101 1110101 101101 1010010 0 110110 100001011 1000110 11011

Color Harmonies of #401575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401575

Black with #401575

Text Example


Text Example

White with #401575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401575; }

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

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

background-color css

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

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

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

border-color css

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

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

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