Html Css Color HEX #40179E Persian Indigo

📋 copy color: '#40179E'

red 64 ◦ green 23 ◦ blue 158

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

Shades of Persian Indigo #40179E

Tints of Persian Indigo #40179E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.39%

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

R = 26.12%
G = 9.39%
B = 64.49%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40179E (or 0x40179E) is known color: Persian Indigo. HEX triplet: 40, 17 and 9E. RGB value is (64,23,158). Sum of RGB (Red+Green+Blue) = 64+23+158=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 23 (9.38% from 255 or 9.39% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #40179E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40179E is #BFE861. Grayscale: #323232. Windows color (decimal): -12576866 or 10360640. OLE color: 10360640.

HSL color Cylindrical-coordinate representation of color #40179E: hue angle of 258.22º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40179E is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 23 158 -
CMYK 0.59 0.85 0 0.38
HSL 258.22º 0.75% 0.35% -
HSV(B) 258.22º 0.85% 0.62% -
XYZ 8.59 4.17 32.7 -
YUV 50.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 64 23 158 0.59 0.85 0 0.38 258.22 0.75 0.35
Hex 40 17 9E 3B 55 0 26 102 4B 23
Octal 100 27 236 73 125 0 46 402 113 43
Binary 1000000 10111 10011110 111011 1010101 0 100110 100000010 1001011 100011

Color Harmonies of #40179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40179E

Black with #40179E

Text Example


Text Example

White with #40179E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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