Html Css Color HEX #40157C Persian Indigo

📋 copy color: '#40157C'

red 64 ◦ green 21 ◦ blue 124

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

Shades of Persian Indigo #40157C

Tints of Persian Indigo #40157C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.33%

R = 30.62%
G = 10.05%
B = 59.33%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40157C (or 0x40157C) is known color: Persian Indigo. HEX triplet: 40, 15 and 7C. RGB value is (64,21,124). Sum of RGB (Red+Green+Blue) = 64+21+124=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 124 (48.83% from 255 or 59.33% from 209); Max value from RGB is 124 - color contains mainly: blue. Hex color #40157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40157C is #BFEA83. Grayscale: #2D2D2D. Windows color (decimal): -12577412 or 8131904. OLE color: 8131904.

HSL color Cylindrical-coordinate representation of color #40157C: hue angle of 265.05º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40157C is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 21 124 -
CMYK 0.48 0.83 0 0.51
HSL 265.05º 0.71% 0.28% -
HSV(B) 265.05º 0.83% 0.49% -
XYZ 6.02 3.08 19.35 -
YUV 45.6 172.25 141.12 -
System Red Green Blue C M Y K H S L
Decimal 64 21 124 0.48 0.83 0 0.51 265.05 0.71 0.28
Hex 40 15 7C 30 53 0 33 109 47 1C
Octal 100 25 174 60 123 0 63 411 107 34
Binary 1000000 10101 1111100 110000 1010011 0 110011 100001001 1000111 11100

Color Harmonies of #40157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40157C

Black with #40157C

Text Example


Text Example

White with #40157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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