Html Css Color HEX #401582 Persian Indigo

📋 copy color: '#401582'

red 64 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #401582

Tints of Persian Indigo #401582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.47%

R = 29.77%
G = 9.77%
B = 60.47%

CMYK

 C value IS 0.51

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#401582 (or 0x401582) is known color: Persian Indigo. HEX triplet: 40, 15 and 82. RGB value is (64,21,130). Sum of RGB (Red+Green+Blue) = 64+21+130=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #401582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401582 is #BFEA7D. Grayscale: #2D2D2D. Windows color (decimal): -12577406 or 8525120. OLE color: 8525120.

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

Color convert

RGB 64 21 130 -
CMYK 0.51 0.84 0 0.49
HSL 263.67º 0.72% 0.3% -
HSV(B) 263.67º 0.84% 0.51% -
XYZ 6.41 3.24 21.41 -
YUV 46.28 175.25 140.64 -
System Red Green Blue C M Y K H S L
Decimal 64 21 130 0.51 0.84 0 0.49 263.67 0.72 0.3
Hex 40 15 82 33 54 0 31 108 48 1E
Octal 100 25 202 63 124 0 61 410 110 36
Binary 1000000 10101 10000010 110011 1010100 0 110001 100001000 1001000 11110

Color Harmonies of #401582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401582

Black with #401582

Text Example


Text Example

White with #401582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401582; }

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

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

background-color css

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

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

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

border-color css

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

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

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