#40168C

Color #40168C Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #40168C

Tints of Persian Indigo #40168C

Color information

#40168C (or 0x40168C) is unknown color: approx Persian Indigo. HEX triplet: 40, 16 and 8C. RGB value is (64,22,140). Sum of RGB (Red+Green+Blue) = 64+22+140=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #40168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40168C is #BFE973. Grayscale: #2F2F2F. Windows color (decimal): -12577140 or 9180736. OLE color: 9180736.

HSL color Cylindrical-coordinate representation of color #40168C: hue angle of 261.36º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40168C is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6422140-
CMYK0.540.8400.45
HSL261.36º72.84%31.76%-
HSV(B)261.36º84.29%54.9%-
XYZ7.133.5625.12-
YUV48.01179.91139.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.32%
GREEN value IS 22 (8.98% from 255) = 9.73%
BLUE value IS 140 (55.08% from 255) = 61.95%
R=28.32%
G=9.73%
B=61.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64221400.540.8400.45261.3672.8431.76
Hex40168C365402D1054920
Octal100262146612405540511140
Binary10000001011010001100110110101010001011011000001011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40168C;
 }
 .AnyTagClassName
 {
   color: #40168C;
 }
</style>
background-color css

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

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

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

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

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

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