Html Css Color HEX #401778 Persian Indigo

📋 copy color: '#401778'

red 64 ◦ green 23 ◦ blue 120

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

Shades of Persian Indigo #401778

Tints of Persian Indigo #401778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.97%

R = 30.92%
G = 11.11%
B = 57.97%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401778 (or 0x401778) is known color: Persian Indigo. HEX triplet: 40, 17 and 78. RGB value is (64,23,120). Sum of RGB (Red+Green+Blue) = 64+23+120=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 23 (9.38% from 255 or 11.11% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #401778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401778 is #BFE887. Grayscale: #2D2D2D. Windows color (decimal): -12576904 or 7870272. OLE color: 7870272.

HSL color Cylindrical-coordinate representation of color #401778: hue angle of 265.36º 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 #401778 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 23 120 -
CMYK 0.47 0.81 0 0.53
HSL 265.36º 0.68% 0.28% -
HSV(B) 265.36º 0.81% 0.47% -
XYZ 5.81 3.06 18.05 -
YUV 46.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 64 23 120 0.47 0.81 0 0.53 265.36 0.68 0.28
Hex 40 17 78 2F 51 0 35 109 44 1C
Octal 100 27 170 57 121 0 65 411 104 34
Binary 1000000 10111 1111000 101111 1010001 0 110101 100001001 1000100 11100

Color Harmonies of #401778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401778

Black with #401778

Text Example


Text Example

White with #401778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401778; }

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

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

background-color css

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

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

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

border-color css

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

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

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