Html Css Color HEX #45198C Persian Indigo

📋 copy color: '#45198C'

red 69 ◦ green 25 ◦ blue 140

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

Shades of Persian Indigo #45198C

Tints of Persian Indigo #45198C

RGB

 RED value IS 69 (27.34% from 255) = 29.49%

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

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

R = 29.49%
G = 10.68%
B = 59.83%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45198C (or 0x45198C) is known color: Persian Indigo. HEX triplet: 45, 19 and 8C. RGB value is (69,25,140). Sum of RGB (Red+Green+Blue) = 69+25+140=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 140 (55.08% from 255 or 59.83% from 234); Max value from RGB is 140 - color contains mainly: blue. Hex color #45198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45198C is #BAE673. Grayscale: #323232. Windows color (decimal): -12248692 or 9181509. OLE color: 9181509.

HSL color Cylindrical-coordinate representation of color #45198C: hue angle of 262.96º 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 #45198C is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 25 140 -
CMYK 0.51 0.82 0 0.45
HSL 262.96º 0.7% 0.32% -
HSV(B) 262.96º 0.82% 0.55% -
XYZ 7.54 3.85 25.16 -
YUV 51.27 178.08 140.65 -
System Red Green Blue C M Y K H S L
Decimal 69 25 140 0.51 0.82 0 0.45 262.96 0.7 0.32
Hex 45 19 8C 33 52 0 2D 107 46 20
Octal 105 31 214 63 122 0 55 407 106 40
Binary 1000101 11001 10001100 110011 1010010 0 101101 100000111 1000110 100000

Color Harmonies of #45198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45198C

Black with #45198C

Text Example


Text Example

White with #45198C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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