Html Css Color HEX #40159C Persian Indigo

📋 copy color: '#40159C'

red 64 ◦ green 21 ◦ blue 156

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

Shades of Persian Indigo #40159C

Tints of Persian Indigo #40159C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

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

R = 26.56%
G = 8.71%
B = 64.73%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40159C (or 0x40159C) is known color: Persian Indigo. HEX triplet: 40, 15 and 9C. RGB value is (64,21,156). Sum of RGB (Red+Green+Blue) = 64+21+156=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #40159C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40159C is #BFEA63. Grayscale: #303030. Windows color (decimal): -12577380 or 10229056. OLE color: 10229056.

HSL color Cylindrical-coordinate representation of color #40159C: hue angle of 259.11º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40159C is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 21 156 -
CMYK 0.59 0.87 0 0.39
HSL 259.11º 0.76% 0.35% -
HSV(B) 259.11º 0.87% 0.61% -
XYZ 8.38 4.03 31.79 -
YUV 49.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 64 21 156 0.59 0.87 0 0.39 259.11 0.76 0.35
Hex 40 15 9C 3B 57 0 27 103 4C 23
Octal 100 25 234 73 127 0 47 403 114 43
Binary 1000000 10101 10011100 111011 1010111 0 100111 100000011 1001100 100011

Color Harmonies of #40159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40159C

Black with #40159C

Text Example


Text Example

White with #40159C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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