Html Css Color HEX #401777 Persian Indigo

📋 copy color: '#401777'

red 64 ◦ green 23 ◦ blue 119

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

Shades of Persian Indigo #401777

Tints of Persian Indigo #401777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.17%

 BLUE value IS 119 (46.88% from 255) = 57.77%

R = 31.07%
G = 11.17%
B = 57.77%

CMYK

 C value IS 0.46

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401777 (or 0x401777) is known color: Persian Indigo. HEX triplet: 40, 17 and 77. RGB value is (64,23,119). Sum of RGB (Red+Green+Blue) = 64+23+119=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 119 (46.88% from 255 or 57.77% from 206); Max value from RGB is 119 - color contains mainly: blue. Hex color #401777 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401777 is #BFE888. Grayscale: #2D2D2D. Windows color (decimal): -12576905 or 7804736. OLE color: 7804736.

HSL color Cylindrical-coordinate representation of color #401777: hue angle of 265.62º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401777 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 23 119 -
CMYK 0.46 0.81 0 0.53
HSL 265.63º 0.68% 0.28% -
HSV(B) 265.63º 0.81% 0.47% -
XYZ 5.75 3.03 17.74 -
YUV 46.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 64 23 119 0.46 0.81 0 0.53 265.63 0.68 0.28
Hex 40 17 77 2E 51 0 35 10A 44 1C
Octal 100 27 167 56 121 0 65 412 104 34
Binary 1000000 10111 1110111 101110 1010001 0 110101 100001010 1000100 11100

Color Harmonies of #401777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401777

Black with #401777

Text Example


Text Example

White with #401777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401777; }

 p { color: rgb(64,23,119); }

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

background-color css

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

 a { background-color: rgb(64,23,119); }

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

border-color css

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

 span { border-color: rgb(64,23,119); }

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