Html Css Color HEX #45199D Persian Indigo

📋 copy color: '#45199D'

red 69 ◦ green 25 ◦ blue 157

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

Shades of Persian Indigo #45199D

Tints of Persian Indigo #45199D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 27.49%
G = 9.96%
B = 62.55%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#45199D (or 0x45199D) is known color: Persian Indigo. HEX triplet: 45, 19 and 9D. RGB value is (69,25,157). Sum of RGB (Red+Green+Blue) = 69+25+157=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #45199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45199D is #BAE662. Grayscale: #343434. Windows color (decimal): -12248675 or 10295621. OLE color: 10295621.

HSL color Cylindrical-coordinate representation of color #45199D: hue angle of 260º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #45199D is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 69 25 157 -
CMYK 0.56 0.84 0 0.38
HSL 260º 0.73% 0.36% -
HSV(B) 260º 0.84% 0.62% -
XYZ 8.89 4.39 32.28 -
YUV 53.2 186.58 139.27 -
System Red Green Blue C M Y K H S L
Decimal 69 25 157 0.56 0.84 0 0.38 260 0.73 0.36
Hex 45 19 9D 38 54 0 26 104 49 24
Octal 105 31 235 70 124 0 46 404 111 44
Binary 1000101 11001 10011101 111000 1010100 0 100110 100000100 1001001 100100

Color Harmonies of #45199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45199D

Black with #45199D

Text Example


Text Example

White with #45199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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