Html Css Color HEX #401773 Persian Indigo

📋 copy color: '#401773'

red 64 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #401773

Tints of Persian Indigo #401773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.93%

R = 31.68%
G = 11.39%
B = 56.93%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401773 (or 0x401773) is known color: Persian Indigo. HEX triplet: 40, 17 and 73. RGB value is (64,23,115). Sum of RGB (Red+Green+Blue) = 64+23+115=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #401773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401773 is #BFE88C. Grayscale: #2D2D2D. Windows color (decimal): -12576909 or 7542592. OLE color: 7542592.

HSL color Cylindrical-coordinate representation of color #401773: hue angle of 266.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401773 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 23 115 -
CMYK 0.44 0.80 0 0.55
HSL 266.74º 0.67% 0.27% -
HSV(B) 266.74º 0.8% 0.45% -
XYZ 5.52 2.94 16.5 -
YUV 45.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 64 23 115 0.44 0.80 0 0.55 266.74 0.67 0.27
Hex 40 17 73 2C 50 0 37 10B 43 1B
Octal 100 27 163 54 120 0 67 413 103 33
Binary 1000000 10111 1110011 101100 1010000 0 110111 100001011 1000011 11011

Color Harmonies of #401773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401773

Black with #401773

Text Example


Text Example

White with #401773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401773; }

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

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

background-color css

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

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

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

border-color css

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

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

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