#40109A

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

Shades of Persian Indigo #40109A

Tints of Persian Indigo #40109A

Color information

#40109A (or 0x40109A) is unknown color: approx Persian Indigo. HEX triplet: 40, 10 and 9A. RGB value is (64,16,154). Sum of RGB (Red+Green+Blue) = 64+16+154=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 16 (6.64% from 255 or 6.84% from 234); Blue value is 154 (60.55% from 255 or 65.81% from 234); Max value from RGB is 154 - color contains mainly: blue. Hex color #40109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109A is #BFEF65. Grayscale: #2D2D2D. Windows color (decimal): -12578662 or 10096704. OLE color: 10096704.

HSL color Cylindrical-coordinate representation of color #40109A: hue angle of 260.87º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40109A is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6416154-
CMYK0.580.9000.40
HSL260.87º81.18%33.33%-
HSV(B)260.87º89.61%60.39%-
XYZ8.133.7930.88-
YUV46.08188.9140.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 16 (6.64% from 255) = 6.84%
BLUE value IS 154 (60.55% from 255) = 65.81%
R=27.35%
G=6.84%
B=65.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64161540.580.9000.40260.8781.1833.33
Hex40109A3A5A0281055121
Octal100202327213205040512141
Binary10000001000010011010111010101101001010001000001011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40109A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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