Html Css Color HEX #40188B Persian Indigo

📋 copy color: '#40188B'

red 64 ◦ green 24 ◦ blue 139

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

Shades of Persian Indigo #40188B

Tints of Persian Indigo #40188B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.23%

R = 28.19%
G = 10.57%
B = 61.23%

CMYK

 C value IS 0.54

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40188B (or 0x40188B) is known color: Persian Indigo. HEX triplet: 40, 18 and 8B. RGB value is (64,24,139). Sum of RGB (Red+Green+Blue) = 64+24+139=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #40188B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40188B is #BFE774. Grayscale: #303030. Windows color (decimal): -12576629 or 9115712. OLE color: 9115712.

HSL color Cylindrical-coordinate representation of color #40188B: hue angle of 260.87º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40188B is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 24 139 -
CMYK 0.54 0.83 0 0.45
HSL 260.87º 0.71% 0.32% -
HSV(B) 260.87º 0.83% 0.55% -
XYZ 7.1 3.61 24.75 -
YUV 49.07 178.75 138.65 -
System Red Green Blue C M Y K H S L
Decimal 64 24 139 0.54 0.83 0 0.45 260.87 0.71 0.32
Hex 40 18 8B 36 53 0 2D 105 47 20
Octal 100 30 213 66 123 0 55 405 107 40
Binary 1000000 11000 10001011 110110 1010011 0 101101 100000101 1000111 100000

Color Harmonies of #40188B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40188B

Black with #40188B

Text Example


Text Example

White with #40188B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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