Html Css Color HEX #40187F Persian Indigo

📋 copy color: '#40187F'

red 64 ◦ green 24 ◦ blue 127

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

Shades of Persian Indigo #40187F

Tints of Persian Indigo #40187F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 127 (50% from 255) = 59.07%

R = 29.77%
G = 11.16%
B = 59.07%

CMYK

 C value IS 0.50

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40187F (or 0x40187F) is known color: Persian Indigo. HEX triplet: 40, 18 and 7F. RGB value is (64,24,127). Sum of RGB (Red+Green+Blue) = 64+24+127=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 127 (50% from 255 or 59.07% from 215); Max value from RGB is 127 - color contains mainly: blue. Hex color #40187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40187F is #BFE780. Grayscale: #2F2F2F. Windows color (decimal): -12576641 or 8329280. OLE color: 8329280.

HSL color Cylindrical-coordinate representation of color #40187F: hue angle of 263.3º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40187F is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 24 127 -
CMYK 0.50 0.81 0 0.50
HSL 263.3º 0.68% 0.3% -
HSV(B) 263.3º 0.81% 0.5% -
XYZ 6.27 3.28 20.38 -
YUV 47.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 64 24 127 0.50 0.81 0 0.50 263.3 0.68 0.3
Hex 40 18 7F 32 51 0 32 107 44 1E
Octal 100 30 177 62 121 0 62 407 104 36
Binary 1000000 11000 1111111 110010 1010001 0 110010 100000111 1000100 11110

Color Harmonies of #40187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40187F

Black with #40187F

Text Example


Text Example

White with #40187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40187F; }

 p { color: rgb(64,24,127); }

 H1.HeaderClassName
 {
   color: #40187F;
 }
 .AnyTagClassName
 {
   color: #40187F;
 }
</style>

background-color css

<style>
 a { background-color: #40187F; }

 a { background-color: rgb(64,24,127); }

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

border-color css

<style>
 span { border-color: #40187F; }

 span { border-color: rgb(64,24,127); }

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