Html Css Color HEX #40169C Persian Indigo

📋 copy color: '#40169C'

red 64 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #40169C

Tints of Persian Indigo #40169C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 64.46%

R = 26.45%
G = 9.09%
B = 64.46%

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

#40169C (or 0x40169C) is known color: Persian Indigo. HEX triplet: 40, 16 and 9C. RGB value is (64,22,156). Sum of RGB (Red+Green+Blue) = 64+22+156=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #40169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40169C is #BFE963. Grayscale: #313131. Windows color (decimal): -12577124 or 10229312. OLE color: 10229312.

HSL color Cylindrical-coordinate representation of color #40169C: hue angle of 258.81º 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 #40169C is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 22 156 -
CMYK 0.59 0.86 0 0.39
HSL 258.81º 0.75% 0.35% -
HSV(B) 258.81º 0.86% 0.61% -
XYZ 8.4 4.06 31.79 -
YUV 49.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 64 22 156 0.59 0.86 0 0.39 258.81 0.75 0.35
Hex 40 16 9C 3B 56 0 27 103 4B 23
Octal 100 26 234 73 126 0 47 403 113 43
Binary 1000000 10110 10011100 111011 1010110 0 100111 100000011 1001011 100011

Color Harmonies of #40169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40169C

Black with #40169C

Text Example


Text Example

White with #40169C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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