Html Css Color HEX #401580 Persian Indigo

📋 copy color: '#401580'

red 64 ◦ green 21 ◦ blue 128

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

Shades of Persian Indigo #401580

Tints of Persian Indigo #401580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.86%

 BLUE value IS 128 (50.39% from 255) = 60.09%

R = 30.05%
G = 9.86%
B = 60.09%

CMYK

 C value IS 0.5

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#401580 (or 0x401580) is known color: Persian Indigo. HEX triplet: 40, 15 and 80. RGB value is (64,21,128). Sum of RGB (Red+Green+Blue) = 64+21+128=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #401580 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401580 is #BFEA7F. Grayscale: #2D2D2D. Windows color (decimal): -12577408 or 8394048. OLE color: 8394048.

HSL color Cylindrical-coordinate representation of color #401580: hue angle of 264.11º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401580 is Cyan = 0.5, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 21 128 -
CMYK 0.5 0.84 0 0.50
HSL 264.11º 0.72% 0.29% -
HSV(B) 264.11º 0.84% 0.5% -
XYZ 6.28 3.18 20.71 -
YUV 46.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 64 21 128 0.5 0.84 0 0.50 264.11 0.72 0.29
Hex 40 15 80 32 54 0 32 108 48 1D
Octal 100 25 200 62 124 0 62 410 110 35
Binary 1000000 10101 10000000 110010 1010100 0 110010 100001000 1001000 11101

Color Harmonies of #401580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401580

Black with #401580

Text Example


Text Example

White with #401580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401580; }

 p { color: rgb(64,21,128); }

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

background-color css

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

 a { background-color: rgb(64,21,128); }

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

border-color css

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

 span { border-color: rgb(64,21,128); }

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