Html Css Color HEX #40159A Persian Indigo

📋 copy color: '#40159A'

red 64 ◦ green 21 ◦ blue 154

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

Shades of Persian Indigo #40159A

Tints of Persian Indigo #40159A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.44%

R = 26.78%
G = 8.79%
B = 64.44%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40159A (or 0x40159A) is known color: Persian Indigo. HEX triplet: 40, 15 and 9A. RGB value is (64,21,154). Sum of RGB (Red+Green+Blue) = 64+21+154=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #40159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40159A is #BFEA65. Grayscale: #303030. Windows color (decimal): -12577382 or 10097984. OLE color: 10097984.

HSL color Cylindrical-coordinate representation of color #40159A: hue angle of 259.4º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40159A is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 21 154 -
CMYK 0.58 0.86 0 0.40
HSL 259.4º 0.76% 0.34% -
HSV(B) 259.4º 0.86% 0.6% -
XYZ 8.22 3.96 30.9 -
YUV 49.02 187.25 138.69 -
System Red Green Blue C M Y K H S L
Decimal 64 21 154 0.58 0.86 0 0.40 259.4 0.76 0.34
Hex 40 15 9A 3A 56 0 28 103 4C 22
Octal 100 25 232 72 126 0 50 403 114 42
Binary 1000000 10101 10011010 111010 1010110 0 101000 100000011 1001100 100010

Color Harmonies of #40159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40159A

Black with #40159A

Text Example


Text Example

White with #40159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40159A; }

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

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

background-color css

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

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

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

border-color css

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

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

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