Html Css Color HEX #40169B Persian Indigo

📋 copy color: '#40169B'

red 64 ◦ green 22 ◦ blue 155

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

Shades of Persian Indigo #40169B

Tints of Persian Indigo #40169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 64.32%

R = 26.56%
G = 9.13%
B = 64.32%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40169B (or 0x40169B) is known color: Persian Indigo. HEX triplet: 40, 16 and 9B. RGB value is (64,22,155). Sum of RGB (Red+Green+Blue) = 64+22+155=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #40169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40169B is #BFE964. Grayscale: #313131. Windows color (decimal): -12577125 or 10163776. OLE color: 10163776.

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

Color convert

RGB 64 22 155 -
CMYK 0.59 0.86 0 0.39
HSL 258.95º 0.75% 0.35% -
HSV(B) 258.95º 0.86% 0.61% -
XYZ 8.32 4.03 31.35 -
YUV 49.72 187.41 138.19 -
System Red Green Blue C M Y K H S L
Decimal 64 22 155 0.59 0.86 0 0.39 258.95 0.75 0.35
Hex 40 16 9B 3B 56 0 27 103 4B 23
Octal 100 26 233 73 126 0 47 403 113 43
Binary 1000000 10110 10011011 111011 1010110 0 100111 100000011 1001011 100011

Color Harmonies of #40169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40169B

Black with #40169B

Text Example


Text Example

White with #40169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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