Html Css Color HEX #40179F Persian Indigo

📋 copy color: '#40179F'

red 64 ◦ green 23 ◦ blue 159

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

Shades of Persian Indigo #40179F

Tints of Persian Indigo #40179F

RGB

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

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

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

R = 26.02%
G = 9.35%
B = 64.63%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40179F (or 0x40179F) is known color: Persian Indigo. HEX triplet: 40, 17 and 9F. RGB value is (64,23,159). Sum of RGB (Red+Green+Blue) = 64+23+159=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #40179F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40179F is #BFE860. Grayscale: #323232. Windows color (decimal): -12576865 or 10426176. OLE color: 10426176.

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

Color convert

RGB 64 23 159 -
CMYK 0.60 0.86 0 0.38
HSL 258.09º 0.75% 0.36% -
HSV(B) 258.09º 0.86% 0.62% -
XYZ 8.68 4.21 33.16 -
YUV 50.76 189.08 137.44 -
System Red Green Blue C M Y K H S L
Decimal 64 23 159 0.60 0.86 0 0.38 258.09 0.75 0.36
Hex 40 17 9F 3C 56 0 26 102 4B 24
Octal 100 27 237 74 126 0 46 402 113 44
Binary 1000000 10111 10011111 111100 1010110 0 100110 100000010 1001011 100100

Color Harmonies of #40179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40179F

Black with #40179F

Text Example


Text Example

White with #40179F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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