#40198D

Color #40198D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #40198D

Tints of Persian Indigo #40198D

Color information

#40198D (or 0x40198D) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 8D. RGB value is (64,25,141). Sum of RGB (Red+Green+Blue) = 64+25+141=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #40198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40198D is #BFE672. Grayscale: #313131. Windows color (decimal): -12576371 or 9247040. OLE color: 9247040.

HSL color Cylindrical-coordinate representation of color #40198D: hue angle of 260.17º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40198D is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6425141-
CMYK0.550.8200.45
HSL260.17º69.88%32.55%-
HSV(B)260.17º82.27%55.29%-
XYZ7.273.7125.53-
YUV49.89179.42138.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.83%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 141 (55.47% from 255) = 61.30%
R=27.83%
G=10.87%
B=61.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64251410.550.8200.45260.1769.8832.55
Hex40198D375202D1044621
Octal100312156712205540410641
Binary10000001100110001101110111101001001011011000001001000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40198D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,25,141); }

 H1.HeaderClassName
 {
   color: #40198D;
 }
 .AnyTagClassName
 {
   color: #40198D;
 }
</style>
background-color css

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

 a { background-color: rgb(64,25,141); }

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

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

 span { border-color: rgb(64,25,141); }

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