Html Css Color HEX #401592 Persian Indigo

📋 copy color: '#401592'

red 64 ◦ green 21 ◦ blue 146

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

Shades of Persian Indigo #401592

Tints of Persian Indigo #401592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.2%

R = 27.71%
G = 9.09%
B = 63.2%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#401592 (or 0x401592) is known color: Persian Indigo. HEX triplet: 40, 15 and 92. RGB value is (64,21,146). Sum of RGB (Red+Green+Blue) = 64+21+146=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #401592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401592 is #BFEA6D. Grayscale: #2F2F2F. Windows color (decimal): -12577390 or 9573696. OLE color: 9573696.

HSL color Cylindrical-coordinate representation of color #401592: hue angle of 260.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401592 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 21 146 -
CMYK 0.56 0.86 0 0.43
HSL 260.64º 0.75% 0.33% -
HSV(B) 260.64º 0.86% 0.57% -
XYZ 7.57 3.7 27.51 -
YUV 48.11 183.25 139.34 -
System Red Green Blue C M Y K H S L
Decimal 64 21 146 0.56 0.86 0 0.43 260.64 0.75 0.33
Hex 40 15 92 38 56 0 2B 105 4B 21
Octal 100 25 222 70 126 0 53 405 113 41
Binary 1000000 10101 10010010 111000 1010110 0 101011 100000101 1001011 100001

Color Harmonies of #401592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401592

Black with #401592

Text Example


Text Example

White with #401592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401592; }

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

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

background-color css

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

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

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

border-color css

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

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

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