Html Css Color HEX #40159F Persian Indigo

📋 copy color: '#40159F'

red 64 ◦ green 21 ◦ blue 159

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

Shades of Persian Indigo #40159F

Tints of Persian Indigo #40159F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 65.16%

R = 26.23%
G = 8.61%
B = 65.16%

CMYK

 C value IS 0.60

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40159F (or 0x40159F) is known color: Persian Indigo. HEX triplet: 40, 15 and 9F. RGB value is (64,21,159). Sum of RGB (Red+Green+Blue) = 64+21+159=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #40159F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40159F is #BFEA60. Grayscale: #313131. Windows color (decimal): -12577377 or 10425664. OLE color: 10425664.

HSL color Cylindrical-coordinate representation of color #40159F: hue angle of 258.7º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40159F is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 21 159 -
CMYK 0.60 0.87 0 0.38
HSL 258.7º 0.77% 0.35% -
HSV(B) 258.7º 0.87% 0.62% -
XYZ 8.64 4.13 33.14 -
YUV 49.59 189.75 138.28 -
System Red Green Blue C M Y K H S L
Decimal 64 21 159 0.60 0.87 0 0.38 258.7 0.77 0.35
Hex 40 15 9F 3C 57 0 26 103 4D 23
Octal 100 25 237 74 127 0 46 403 115 43
Binary 1000000 10101 10011111 111100 1010111 0 100110 100000011 1001101 100011

Color Harmonies of #40159F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40159F

Black with #40159F

Text Example


Text Example

White with #40159F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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