Html Css Color HEX #40109C Persian Indigo

📋 copy color: '#40109C'

red 64 ◦ green 16 ◦ blue 156

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

Shades of Persian Indigo #40109C

Tints of Persian Indigo #40109C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.78%

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

R = 27.12%
G = 6.78%
B = 66.1%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40109C (or 0x40109C) is known color: Persian Indigo. HEX triplet: 40, 10 and 9C. RGB value is (64,16,156). Sum of RGB (Red+Green+Blue) = 64+16+156=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #40109C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109C is #BFEF63. Grayscale: #2D2D2D. Windows color (decimal): -12578660 or 10227776. OLE color: 10227776.

HSL color Cylindrical-coordinate representation of color #40109C: hue angle of 260.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40109C is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 16 156 -
CMYK 0.59 0.90 0 0.39
HSL 260.57º 0.81% 0.34% -
HSV(B) 260.57º 0.9% 0.61% -
XYZ 8.3 3.86 31.76 -
YUV 46.31 189.9 140.62 -
System Red Green Blue C M Y K H S L
Decimal 64 16 156 0.59 0.90 0 0.39 260.57 0.81 0.34
Hex 40 10 9C 3B 5A 0 27 105 51 22
Octal 100 20 234 73 132 0 47 405 121 42
Binary 1000000 10000 10011100 111011 1011010 0 100111 100000101 1010001 100010

Color Harmonies of #40109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40109C

Black with #40109C

Text Example


Text Example

White with #40109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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