Html Css Color HEX #40148C Persian Indigo

📋 copy color: '#40148C'

red 64 ◦ green 20 ◦ blue 140

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

Shades of Persian Indigo #40148C

Tints of Persian Indigo #40148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.93%

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 28.57%
G = 8.93%
B = 62.5%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40148C (or 0x40148C) is known color: Persian Indigo. HEX triplet: 40, 14 and 8C. RGB value is (64,20,140). Sum of RGB (Red+Green+Blue) = 64+20+140=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 20 (8.20% from 255 or 8.93% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #40148C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40148C is #BFEB73. Grayscale: #2E2E2E. Windows color (decimal): -12577652 or 9180224. OLE color: 9180224.

HSL color Cylindrical-coordinate representation of color #40148C: hue angle of 262º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40148C is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 20 140 -
CMYK 0.54 0.86 0 0.45
HSL 262º 0.75% 0.31% -
HSV(B) 262º 0.86% 0.55% -
XYZ 7.1 3.48 25.11 -
YUV 46.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 64 20 140 0.54 0.86 0 0.45 262 0.75 0.31
Hex 40 14 8C 36 56 0 2D 106 4B 1F
Octal 100 24 214 66 126 0 55 406 113 37
Binary 1000000 10100 10001100 110110 1010110 0 101101 100000110 1001011 11111

Color Harmonies of #40148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40148C

Black with #40148C

Text Example


Text Example

White with #40148C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,20,140); }

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

background-color css

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

 a { background-color: rgb(64,20,140); }

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

border-color css

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

 span { border-color: rgb(64,20,140); }

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