Html Css Color HEX #401475 Persian Indigo

📋 copy color: '#401475'

red 64 ◦ green 20 ◦ blue 117

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

Shades of Persian Indigo #401475

Tints of Persian Indigo #401475

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 31.84%
G = 9.95%
B = 58.21%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#401475 (or 0x401475) is known color: Persian Indigo. HEX triplet: 40, 14 and 75. RGB value is (64,20,117). Sum of RGB (Red+Green+Blue) = 64+20+117=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #401475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401475 is #BFEB8A. Grayscale: #2B2B2B. Windows color (decimal): -12577675 or 7672896. OLE color: 7672896.

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

Color convert

RGB 64 20 117 -
CMYK 0.45 0.83 0 0.54
HSL 267.22º 0.71% 0.27% -
HSV(B) 267.22º 0.83% 0.46% -
XYZ 5.58 2.87 17.09 -
YUV 44.21 169.08 142.11 -
System Red Green Blue C M Y K H S L
Decimal 64 20 117 0.45 0.83 0 0.54 267.22 0.71 0.27
Hex 40 14 75 2D 53 0 36 10B 47 1B
Octal 100 24 165 55 123 0 66 413 107 33
Binary 1000000 10100 1110101 101101 1010011 0 110110 100001011 1000111 11011

Color Harmonies of #401475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401475

Black with #401475

Text Example


Text Example

White with #401475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401475; }

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

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

background-color css

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

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

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

border-color css

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

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

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