Html Css Color HEX #40189B Persian Indigo

📋 copy color: '#40189B'

red 64 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #40189B

Tints of Persian Indigo #40189B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 26.34%
G = 9.88%
B = 63.79%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40189B (or 0x40189B) is known color: Persian Indigo. HEX triplet: 40, 18 and 9B. RGB value is (64,24,155). Sum of RGB (Red+Green+Blue) = 64+24+155=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #40189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40189B is #BFE764. Grayscale: #323232. Windows color (decimal): -12576613 or 10164288. OLE color: 10164288.

HSL color Cylindrical-coordinate representation of color #40189B: hue angle of 258.32º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40189B is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 24 155 -
CMYK 0.59 0.85 0 0.39
HSL 258.32º 0.73% 0.35% -
HSV(B) 258.32º 0.85% 0.61% -
XYZ 8.36 4.11 31.36 -
YUV 50.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 64 24 155 0.59 0.85 0 0.39 258.32 0.73 0.35
Hex 40 18 9B 3B 55 0 27 102 49 23
Octal 100 30 233 73 125 0 47 402 111 43
Binary 1000000 11000 10011011 111011 1010101 0 100111 100000010 1001001 100011

Color Harmonies of #40189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40189B

Black with #40189B

Text Example


Text Example

White with #40189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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