Html Css Color HEX #40189F Persian Indigo

📋 copy color: '#40189F'

red 64 ◦ green 24 ◦ blue 159

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

Shades of Persian Indigo #40189F

Tints of Persian Indigo #40189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 64.37%

R = 25.91%
G = 9.72%
B = 64.37%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40189F (or 0x40189F) is known color: Persian Indigo. HEX triplet: 40, 18 and 9F. RGB value is (64,24,159). Sum of RGB (Red+Green+Blue) = 64+24+159=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #40189F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40189F is #BFE760. Grayscale: #323232. Windows color (decimal): -12576609 or 10426432. OLE color: 10426432.

HSL color Cylindrical-coordinate representation of color #40189F: hue angle of 257.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40189F is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 24 159 -
CMYK 0.60 0.85 0 0.38
HSL 257.78º 0.74% 0.36% -
HSV(B) 257.78º 0.85% 0.62% -
XYZ 8.7 4.25 33.16 -
YUV 51.35 188.75 137.02 -
System Red Green Blue C M Y K H S L
Decimal 64 24 159 0.60 0.85 0 0.38 257.78 0.74 0.36
Hex 40 18 9F 3C 55 0 26 102 4A 24
Octal 100 30 237 74 125 0 46 402 112 44
Binary 1000000 11000 10011111 111100 1010101 0 100110 100000010 1001010 100100

Color Harmonies of #40189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40189F

Black with #40189F

Text Example


Text Example

White with #40189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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