Html Css Color HEX #40179A Persian Indigo

📋 copy color: '#40179A'

red 64 ◦ green 23 ◦ blue 154

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

Shades of Persian Indigo #40179A

Tints of Persian Indigo #40179A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 26.56%
G = 9.54%
B = 63.9%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40179A (or 0x40179A) is known color: Persian Indigo. HEX triplet: 40, 17 and 9A. RGB value is (64,23,154). Sum of RGB (Red+Green+Blue) = 64+23+154=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #40179A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40179A is #BFE865. Grayscale: #313131. Windows color (decimal): -12576870 or 10098496. OLE color: 10098496.

HSL color Cylindrical-coordinate representation of color #40179A: hue angle of 258.78º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40179A is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 23 154 -
CMYK 0.58 0.85 0 0.40
HSL 258.78º 0.74% 0.35% -
HSV(B) 258.78º 0.85% 0.6% -
XYZ 8.25 4.04 30.92 -
YUV 50.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 64 23 154 0.58 0.85 0 0.40 258.78 0.74 0.35
Hex 40 17 9A 3A 55 0 28 103 4A 23
Octal 100 27 232 72 125 0 50 403 112 43
Binary 1000000 10111 10011010 111010 1010101 0 101000 100000011 1001010 100011

Color Harmonies of #40179A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40179A

Black with #40179A

Text Example


Text Example

White with #40179A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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