Html Css Color HEX #401373 Persian Indigo

📋 copy color: '#401373'

red 64 ◦ green 19 ◦ blue 115

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

Shades of Persian Indigo #401373

Tints of Persian Indigo #401373

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

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

R = 32.32%
G = 9.6%
B = 58.08%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#401373 (or 0x401373) is known color: Persian Indigo. HEX triplet: 40, 13 and 73. RGB value is (64,19,115). Sum of RGB (Red+Green+Blue) = 64+19+115=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #401373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401373 is #BFEC8C. Grayscale: #2B2B2B. Windows color (decimal): -12577933 or 7541568. OLE color: 7541568.

HSL color Cylindrical-coordinate representation of color #401373: hue angle of 268.12º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401373 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 19 115 -
CMYK 0.44 0.83 0 0.55
HSL 268.13º 0.72% 0.26% -
HSV(B) 268.13º 0.83% 0.45% -
XYZ 5.44 2.79 16.47 -
YUV 43.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 64 19 115 0.44 0.83 0 0.55 268.13 0.72 0.26
Hex 40 13 73 2C 53 0 37 10C 48 1A
Octal 100 23 163 54 123 0 67 414 110 32
Binary 1000000 10011 1110011 101100 1010011 0 110111 100001100 1001000 11010

Color Harmonies of #401373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401373

Black with #401373

Text Example


Text Example

White with #401373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401373; }

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

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

background-color css

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

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

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

border-color css

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

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

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