Html Css Color HEX #40109D Persian Indigo

📋 copy color: '#40109D'

red 64 ◦ green 16 ◦ blue 157

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

Shades of Persian Indigo #40109D

Tints of Persian Indigo #40109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 66.24%

R = 27%
G = 6.75%
B = 66.24%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40109D (or 0x40109D) is known color: Persian Indigo. HEX triplet: 40, 10 and 9D. RGB value is (64,16,157). Sum of RGB (Red+Green+Blue) = 64+16+157=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #40109D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109D is #BFEF62. Grayscale: #2D2D2D. Windows color (decimal): -12578659 or 10293312. OLE color: 10293312.

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

Color convert

RGB 64 16 157 -
CMYK 0.59 0.90 0 0.38
HSL 260.43º 0.82% 0.34% -
HSV(B) 260.43º 0.9% 0.62% -
XYZ 8.39 3.89 32.21 -
YUV 46.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 64 16 157 0.59 0.90 0 0.38 260.43 0.82 0.34
Hex 40 10 9D 3B 5A 0 26 104 52 22
Octal 100 20 235 73 132 0 46 404 122 42
Binary 1000000 10000 10011101 111011 1011010 0 100110 100000100 1010010 100010

Color Harmonies of #40109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40109D

Black with #40109D

Text Example


Text Example

White with #40109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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