Html Css Color HEX #40147D Persian Indigo

📋 copy color: '#40147D'

red 64 ◦ green 20 ◦ blue 125

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

Shades of Persian Indigo #40147D

Tints of Persian Indigo #40147D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 30.62%
G = 9.57%
B = 59.81%

CMYK

 C value IS 0.49

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40147D (or 0x40147D) is known color: Persian Indigo. HEX triplet: 40, 14 and 7D. RGB value is (64,20,125). Sum of RGB (Red+Green+Blue) = 64+20+125=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 20 (8.20% from 255 or 9.57% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #40147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40147D is #BFEB82. Grayscale: #2C2C2C. Windows color (decimal): -12577667 or 8197184. OLE color: 8197184.

HSL color Cylindrical-coordinate representation of color #40147D: hue angle of 265.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40147D is Cyan = 0.49, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 20 125 -
CMYK 0.49 0.84 0 0.51
HSL 265.14º 0.72% 0.28% -
HSV(B) 265.14º 0.84% 0.49% -
XYZ 6.07 3.07 19.68 -
YUV 45.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 64 20 125 0.49 0.84 0 0.51 265.14 0.72 0.28
Hex 40 14 7D 31 54 0 33 109 48 1C
Octal 100 24 175 61 124 0 63 411 110 34
Binary 1000000 10100 1111101 110001 1010100 0 110011 100001001 1001000 11100

Color Harmonies of #40147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40147D

Black with #40147D

Text Example


Text Example

White with #40147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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