Html Css Color HEX #40198E Persian Indigo

📋 copy color: '#40198E'

red 64 ◦ green 25 ◦ blue 142

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

Shades of Persian Indigo #40198E

Tints of Persian Indigo #40198E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.82%

 BLUE value IS 142 (55.86% from 255) = 61.47%

R = 27.71%
G = 10.82%
B = 61.47%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#40198E (or 0x40198E) is known color: Persian Indigo. HEX triplet: 40, 19 and 8E. RGB value is (64,25,142). Sum of RGB (Red+Green+Blue) = 64+25+142=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 142 (55.86% from 255 or 61.47% from 231); Max value from RGB is 142 - color contains mainly: blue. Hex color #40198E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40198E is #BFE671. Grayscale: #313131. Windows color (decimal): -12576370 or 9312576. OLE color: 9312576.

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

Color convert

RGB 64 25 142 -
CMYK 0.55 0.82 0 0.44
HSL 260º 0.7% 0.33% -
HSV(B) 260º 0.82% 0.56% -
XYZ 7.34 3.74 25.93 -
YUV 50 179.92 137.99 -
System Red Green Blue C M Y K H S L
Decimal 64 25 142 0.55 0.82 0 0.44 260 0.7 0.33
Hex 40 19 8E 37 52 0 2C 104 46 21
Octal 100 31 216 67 122 0 54 404 106 41
Binary 1000000 11001 10001110 110111 1010010 0 101100 100000100 1000110 100001

Color Harmonies of #40198E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40198E

Black with #40198E

Text Example


Text Example

White with #40198E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40198E;
 }
 .AnyTagClassName
 {
   color: #40198E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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