Html Css Color HEX #45189B Persian Indigo

📋 copy color: '#45189B'

red 69 ◦ green 24 ◦ blue 155

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

Shades of Persian Indigo #45189B

Tints of Persian Indigo #45189B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

 BLUE value IS 155 (60.94% from 255) = 62.5%

R = 27.82%
G = 9.68%
B = 62.5%

CMYK

 C value IS 0.55

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45189B (or 0x45189B) is known color: Persian Indigo. HEX triplet: 45, 18 and 9B. RGB value is (69,24,155). Sum of RGB (Red+Green+Blue) = 69+24+155=248 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.82% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #45189B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45189B is #BAE764. Grayscale: #333333. Windows color (decimal): -12248933 or 10164293. OLE color: 10164293.

HSL color Cylindrical-coordinate representation of color #45189B: hue angle of 260.61º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45189B is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 24 155 -
CMYK 0.55 0.85 0 0.39
HSL 260.61º 0.73% 0.35% -
HSV(B) 260.61º 0.85% 0.61% -
XYZ 8.7 4.29 31.38 -
YUV 52.39 185.91 139.85 -
System Red Green Blue C M Y K H S L
Decimal 69 24 155 0.55 0.85 0 0.39 260.61 0.73 0.35
Hex 45 18 9B 37 55 0 27 105 49 23
Octal 105 30 233 67 125 0 47 405 111 43
Binary 1000101 11000 10011011 110111 1010101 0 100111 100000101 1001001 100011

Color Harmonies of #45189B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45189B

Black with #45189B

Text Example


Text Example

White with #45189B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,24,155); }

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

background-color css

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

 a { background-color: rgb(69,24,155); }

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

border-color css

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

 span { border-color: rgb(69,24,155); }

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