Html Css Color HEX #40149F Persian Indigo

📋 copy color: '#40149F'

red 64 ◦ green 20 ◦ blue 159

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

Shades of Persian Indigo #40149F

Tints of Persian Indigo #40149F

RGB

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

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

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

R = 26.34%
G = 8.23%
B = 65.43%

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

#40149F (or 0x40149F) is known color: Persian Indigo. HEX triplet: 40, 14 and 9F. RGB value is (64,20,159). Sum of RGB (Red+Green+Blue) = 64+20+159=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 159 (62.5% from 255 or 65.43% from 243); Max value from RGB is 159 - color contains mainly: blue. Hex color #40149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40149F is #BFEB60. Grayscale: #303030. Windows color (decimal): -12577633 or 10425408. OLE color: 10425408.

HSL color Cylindrical-coordinate representation of color #40149F: hue angle of 258.99º degrees, saturation: 0.78, 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 #40149F is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 20 159 -
CMYK 0.60 0.87 0 0.38
HSL 258.99º 0.78% 0.35% -
HSV(B) 258.99º 0.87% 0.62% -
XYZ 8.62 4.09 33.14 -
YUV 49 190.08 138.7 -
System Red Green Blue C M Y K H S L
Decimal 64 20 159 0.60 0.87 0 0.38 258.99 0.78 0.35
Hex 40 14 9F 3C 57 0 26 103 4E 23
Octal 100 24 237 74 127 0 46 403 116 43
Binary 1000000 10100 10011111 111100 1010111 0 100110 100000011 1001110 100011

Color Harmonies of #40149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40149F

Black with #40149F

Text Example


Text Example

White with #40149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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