Html Css Color HEX #40148A Persian Indigo

📋 copy color: '#40148A'

red 64 ◦ green 20 ◦ blue 138

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

Shades of Persian Indigo #40148A

Tints of Persian Indigo #40148A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 62.16%

R = 28.83%
G = 9.01%
B = 62.16%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#40148A (or 0x40148A) is known color: Persian Indigo. HEX triplet: 40, 14 and 8A. RGB value is (64,20,138). Sum of RGB (Red+Green+Blue) = 64+20+138=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #40148A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40148A is #BFEB75. Grayscale: #2E2E2E. Windows color (decimal): -12577654 or 9049152. OLE color: 9049152.

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

Color convert

RGB 64 20 138 -
CMYK 0.54 0.86 0 0.46
HSL 262.37º 0.75% 0.31% -
HSV(B) 262.37º 0.86% 0.54% -
XYZ 6.95 3.43 24.34 -
YUV 46.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 64 20 138 0.54 0.86 0 0.46 262.37 0.75 0.31
Hex 40 14 8A 36 56 0 2E 106 4B 1F
Octal 100 24 212 66 126 0 56 406 113 37
Binary 1000000 10100 10001010 110110 1010110 0 101110 100000110 1001011 11111

Color Harmonies of #40148A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40148A

Black with #40148A

Text Example


Text Example

White with #40148A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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