Html Css Color HEX #40198C Persian Indigo

📋 copy color: '#40198C'

red 64 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #40198C

Tints of Persian Indigo #40198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.14%

R = 27.95%
G = 10.92%
B = 61.14%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40198C (or 0x40198C) is known color: Persian Indigo. HEX triplet: 40, 19 and 8C. RGB value is (64,25,140). Sum of RGB (Red+Green+Blue) = 64+25+140=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 140 (55.08% from 255 or 61.14% from 229); Max value from RGB is 140 - color contains mainly: blue. Hex color #40198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40198C is #BFE673. Grayscale: #313131. Windows color (decimal): -12576372 or 9181504. OLE color: 9181504.

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

Color convert

RGB 64 25 140 -
CMYK 0.54 0.82 0 0.45
HSL 260.35º 0.7% 0.32% -
HSV(B) 260.35º 0.82% 0.55% -
XYZ 7.2 3.68 25.14 -
YUV 49.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 64 25 140 0.54 0.82 0 0.45 260.35 0.7 0.32
Hex 40 19 8C 36 52 0 2D 104 46 20
Octal 100 31 214 66 122 0 55 404 106 40
Binary 1000000 11001 10001100 110110 1010010 0 101101 100000100 1000110 100000

Color Harmonies of #40198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40198C

Black with #40198C

Text Example


Text Example

White with #40198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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