Html Css Color HEX #40149E Persian Indigo

📋 copy color: '#40149E'

red 64 ◦ green 20 ◦ blue 158

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

Shades of Persian Indigo #40149E

Tints of Persian Indigo #40149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 65.29%

R = 26.45%
G = 8.26%
B = 65.29%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40149E (or 0x40149E) is known color: Persian Indigo. HEX triplet: 40, 14 and 9E. RGB value is (64,20,158). Sum of RGB (Red+Green+Blue) = 64+20+158=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 158 (62.11% from 255 or 65.29% from 242); Max value from RGB is 158 - color contains mainly: blue. Hex color #40149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40149E is #BFEB61. Grayscale: #303030. Windows color (decimal): -12577634 or 10359872. OLE color: 10359872.

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

Color convert

RGB 64 20 158 -
CMYK 0.59 0.87 0 0.38
HSL 259.13º 0.78% 0.35% -
HSV(B) 259.13º 0.87% 0.62% -
XYZ 8.54 4.06 32.68 -
YUV 48.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 64 20 158 0.59 0.87 0 0.38 259.13 0.78 0.35
Hex 40 14 9E 3B 57 0 26 103 4E 23
Octal 100 24 236 73 127 0 46 403 116 43
Binary 1000000 10100 10011110 111011 1010111 0 100110 100000011 1001110 100011

Color Harmonies of #40149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40149E

Black with #40149E

Text Example


Text Example

White with #40149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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