Html Css Color HEX #451999 Persian Indigo

📋 copy color: '#451999'

red 69 ◦ green 25 ◦ blue 153

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

Shades of Persian Indigo #451999

Tints of Persian Indigo #451999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.94%

R = 27.94%
G = 10.12%
B = 61.94%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#451999 (or 0x451999) is known color: Persian Indigo. HEX triplet: 45, 19 and 99. RGB value is (69,25,153). Sum of RGB (Red+Green+Blue) = 69+25+153=247 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.94% from 247); Green value is 25 (10.16% from 255 or 10.12% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #451999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451999 is #BAE666. Grayscale: #343434. Windows color (decimal): -12248679 or 10033477. OLE color: 10033477.

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

Color convert

RGB 69 25 153 -
CMYK 0.55 0.84 0 0.4
HSL 260.63º 0.72% 0.35% -
HSV(B) 260.63º 0.84% 0.6% -
XYZ 8.55 4.26 30.51 -
YUV 52.75 184.58 139.59 -
System Red Green Blue C M Y K H S L
Decimal 69 25 153 0.55 0.84 0 0.4 260.63 0.72 0.35
Hex 45 19 99 37 54 0 28 105 48 23
Octal 105 31 231 67 124 0 50 405 110 43
Binary 1000101 11001 10011001 110111 1010100 0 101000 100000101 1001000 100011

Color Harmonies of #451999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451999

Black with #451999

Text Example


Text Example

White with #451999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451999; }

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

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

background-color css

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

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

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

border-color css

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

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

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