Html Css Color HEX #45198B Persian Indigo

📋 copy color: '#45198B'

red 69 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #45198B

Tints of Persian Indigo #45198B

RGB

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

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

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

R = 29.61%
G = 10.73%
B = 59.66%

CMYK

 C value IS 0.50

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45198B (or 0x45198B) is known color: Persian Indigo. HEX triplet: 45, 19 and 8B. RGB value is (69,25,139). Sum of RGB (Red+Green+Blue) = 69+25+139=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #45198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45198B is #BAE674. Grayscale: #323232. Windows color (decimal): -12248693 or 9115973. OLE color: 9115973.

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

Color convert

RGB 69 25 139 -
CMYK 0.50 0.82 0 0.45
HSL 263.16º 0.7% 0.32% -
HSV(B) 263.16º 0.82% 0.55% -
XYZ 7.46 3.82 24.77 -
YUV 51.15 177.58 140.73 -
System Red Green Blue C M Y K H S L
Decimal 69 25 139 0.50 0.82 0 0.45 263.16 0.7 0.32
Hex 45 19 8B 32 52 0 2D 107 46 20
Octal 105 31 213 62 122 0 55 407 106 40
Binary 1000101 11001 10001011 110010 1010010 0 101101 100000111 1000110 100000

Color Harmonies of #45198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45198B

Black with #45198B

Text Example


Text Example

White with #45198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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