Html Css Color HEX #40169D Persian Indigo

📋 copy color: '#40169D'

red 64 ◦ green 22 ◦ blue 157

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

Shades of Persian Indigo #40169D

Tints of Persian Indigo #40169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 157 (61.72% from 255) = 64.61%

R = 26.34%
G = 9.05%
B = 64.61%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40169D (or 0x40169D) is known color: Persian Indigo. HEX triplet: 40, 16 and 9D. RGB value is (64,22,157). Sum of RGB (Red+Green+Blue) = 64+22+157=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 157 (61.72% from 255 or 64.61% from 243); Max value from RGB is 157 - color contains mainly: blue. Hex color #40169D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40169D is #BFE962. Grayscale: #313131. Windows color (decimal): -12577123 or 10294848. OLE color: 10294848.

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

Color convert

RGB 64 22 157 -
CMYK 0.59 0.86 0 0.38
HSL 258.67º 0.75% 0.35% -
HSV(B) 258.67º 0.86% 0.62% -
XYZ 8.49 4.1 32.24 -
YUV 49.95 188.41 138.02 -
System Red Green Blue C M Y K H S L
Decimal 64 22 157 0.59 0.86 0 0.38 258.67 0.75 0.35
Hex 40 16 9D 3B 56 0 26 103 4B 23
Octal 100 26 235 73 126 0 46 403 113 43
Binary 1000000 10110 10011101 111011 1010110 0 100110 100000011 1001011 100011

Color Harmonies of #40169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40169D

Black with #40169D

Text Example


Text Example

White with #40169D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40169D; }

 p { color: rgb(64,22,157); }

 H1.HeaderClassName
 {
   color: #40169D;
 }
 .AnyTagClassName
 {
   color: #40169D;
 }
</style>

background-color css

<style>
 a { background-color: #40169D; }

 a { background-color: rgb(64,22,157); }

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

border-color css

<style>
 span { border-color: #40169D; }

 span { border-color: rgb(64,22,157); }

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