Html Css Color HEX #40109A Persian Indigo

📋 copy color: '#40109A'

red 64 ◦ green 16 ◦ blue 154

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

Shades of Persian Indigo #40109A

Tints of Persian Indigo #40109A

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 value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#40109A (or 0x40109A) is known color: 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

RGB 64 16 154 -
CMYK 0.58 0.90 0 0.40
HSL 260.87º 0.81% 0.33% -
HSV(B) 260.87º 0.9% 0.6% -
XYZ 8.13 3.79 30.88 -
YUV 46.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 64 16 154 0.58 0.90 0 0.40 260.87 0.81 0.33
Hex 40 10 9A 3A 5A 0 28 105 51 21
Octal 100 20 232 72 132 0 50 405 121 41
Binary 1000000 10000 10011010 111010 1011010 0 101000 100000101 1010001 100001

Color Harmonies of #40109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40109A

Black with #40109A

Text Example


Text Example

White with #40109A

Text Example


Text Example

HTML Codes & Css Web 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>