Html Css Color HEX #45199B Persian Indigo

📋 copy color: '#45199B'

red 69 ◦ green 25 ◦ blue 155

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

Shades of Persian Indigo #45199B

Tints of Persian Indigo #45199B

RGB

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

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

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

R = 27.71%
G = 10.04%
B = 62.25%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45199B (or 0x45199B) is known color: Persian Indigo. HEX triplet: 45, 19 and 9B. RGB value is (69,25,155). Sum of RGB (Red+Green+Blue) = 69+25+155=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 155 (60.94% from 255 or 62.25% from 249); Max value from RGB is 155 - color contains mainly: blue. Hex color #45199B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45199B is #BAE664. Grayscale: #343434. Windows color (decimal): -12248677 or 10164549. OLE color: 10164549.

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

Color convert

RGB 69 25 155 -
CMYK 0.55 0.84 0 0.39
HSL 260.31º 0.72% 0.35% -
HSV(B) 260.31º 0.84% 0.61% -
XYZ 8.72 4.33 31.39 -
YUV 52.98 185.58 139.43 -
System Red Green Blue C M Y K H S L
Decimal 69 25 155 0.55 0.84 0 0.39 260.31 0.72 0.35
Hex 45 19 9B 37 54 0 27 104 48 23
Octal 105 31 233 67 124 0 47 404 110 43
Binary 1000101 11001 10011011 110111 1010100 0 100111 100000100 1001000 100011

Color Harmonies of #45199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45199B

Black with #45199B

Text Example


Text Example

White with #45199B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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