Html Css Color HEX #401492 Persian Indigo

📋 copy color: '#401492'

red 64 ◦ green 20 ◦ blue 146

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

Shades of Persian Indigo #401492

Tints of Persian Indigo #401492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.7%

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

R = 27.83%
G = 8.7%
B = 63.48%

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

#401492 (or 0x401492) is known color: Persian Indigo. HEX triplet: 40, 14 and 92. RGB value is (64,20,146). Sum of RGB (Red+Green+Blue) = 64+20+146=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 20 (8.20% from 255 or 8.70% from 230); Blue value is 146 (57.42% from 255 or 63.48% from 230); Max value from RGB is 146 - color contains mainly: blue. Hex color #401492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401492 is #BFEB6D. Grayscale: #2F2F2F. Windows color (decimal): -12577646 or 9573440. OLE color: 9573440.

HSL color Cylindrical-coordinate representation of color #401492: hue angle of 260.95º degrees, saturation: 0.76, 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 #401492 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 20 146 -
CMYK 0.56 0.86 0 0.43
HSL 260.95º 0.76% 0.33% -
HSV(B) 260.95º 0.86% 0.57% -
XYZ 7.55 3.67 27.5 -
YUV 47.52 183.58 139.75 -
System Red Green Blue C M Y K H S L
Decimal 64 20 146 0.56 0.86 0 0.43 260.95 0.76 0.33
Hex 40 14 92 38 56 0 2B 105 4C 21
Octal 100 24 222 70 126 0 53 405 114 41
Binary 1000000 10100 10010010 111000 1010110 0 101011 100000101 1001100 100001

Color Harmonies of #401492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401492

Black with #401492

Text Example


Text Example

White with #401492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401492; }

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

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

background-color css

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

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

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

border-color css

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

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

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