Html Css Color HEX #40127D Persian Indigo

📋 copy color: '#40127D'

red 64 ◦ green 18 ◦ blue 125

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

Shades of Persian Indigo #40127D

Tints of Persian Indigo #40127D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.7%

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

R = 30.92%
G = 8.7%
B = 60.39%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#40127D (or 0x40127D) is known color: Persian Indigo. HEX triplet: 40, 12 and 7D. RGB value is (64,18,125). Sum of RGB (Red+Green+Blue) = 64+18+125=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #40127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40127D is #BFED82. Grayscale: #2B2B2B. Windows color (decimal): -12578179 or 8196672. OLE color: 8196672.

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

Color convert

RGB 64 18 125 -
CMYK 0.49 0.86 0 0.51
HSL 265.79º 0.75% 0.28% -
HSV(B) 265.79º 0.86% 0.49% -
XYZ 6.03 3 19.66 -
YUV 43.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 64 18 125 0.49 0.86 0 0.51 265.79 0.75 0.28
Hex 40 12 7D 31 56 0 33 10A 4B 1C
Octal 100 22 175 61 126 0 63 412 113 34
Binary 1000000 10010 1111101 110001 1010110 0 110011 100001010 1001011 11100

Color Harmonies of #40127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40127D

Black with #40127D

Text Example


Text Example

White with #40127D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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