Html Css Color HEX #45199C Persian Indigo

📋 copy color: '#45199C'

red 69 ◦ green 25 ◦ blue 156

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

Shades of Persian Indigo #45199C

Tints of Persian Indigo #45199C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.4%

R = 27.6%
G = 10%
B = 62.4%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#45199C (or 0x45199C) is known color: Persian Indigo. HEX triplet: 45, 19 and 9C. RGB value is (69,25,156). Sum of RGB (Red+Green+Blue) = 69+25+156=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #45199C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #45199C is #BAE663. Grayscale: #343434. Windows color (decimal): -12248676 or 10230085. OLE color: 10230085.

HSL color Cylindrical-coordinate representation of color #45199C: hue angle of 260.15º 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 #45199C is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 25 156 -
CMYK 0.56 0.84 0 0.39
HSL 260.15º 0.72% 0.35% -
HSV(B) 260.15º 0.84% 0.61% -
XYZ 8.8 4.36 31.83 -
YUV 53.09 186.08 139.35 -
System Red Green Blue C M Y K H S L
Decimal 69 25 156 0.56 0.84 0 0.39 260.15 0.72 0.35
Hex 45 19 9C 38 54 0 27 104 48 23
Octal 105 31 234 70 124 0 47 404 110 43
Binary 1000101 11001 10011100 111000 1010100 0 100111 100000100 1001000 100011

Color Harmonies of #45199C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45199C

Black with #45199C

Text Example


Text Example

White with #45199C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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