Html Css Color HEX #451793 Persian Indigo

📋 copy color: '#451793'

red 69 ◦ green 23 ◦ blue 147

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

Shades of Persian Indigo #451793

Tints of Persian Indigo #451793

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.62%

 BLUE value IS 147 (57.81% from 255) = 61.51%

R = 28.87%
G = 9.62%
B = 61.51%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#451793 (or 0x451793) is known color: Persian Indigo. HEX triplet: 45, 17 and 93. RGB value is (69,23,147). Sum of RGB (Red+Green+Blue) = 69+23+147=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #451793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451793 is #BAE86C. Grayscale: #323232. Windows color (decimal): -12249197 or 9639749. OLE color: 9639749.

HSL color Cylindrical-coordinate representation of color #451793: hue angle of 262.26º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451793 is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 69 23 147 -
CMYK 0.53 0.84 0 0.42
HSL 262.26º 0.73% 0.33% -
HSV(B) 262.26º 0.84% 0.58% -
XYZ 8.03 3.98 27.95 -
YUV 50.89 182.24 140.92 -
System Red Green Blue C M Y K H S L
Decimal 69 23 147 0.53 0.84 0 0.42 262.26 0.73 0.33
Hex 45 17 93 35 54 0 2A 106 49 21
Octal 105 27 223 65 124 0 52 406 111 41
Binary 1000101 10111 10010011 110101 1010100 0 101010 100000110 1001001 100001

Color Harmonies of #451793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451793

Black with #451793

Text Example


Text Example

White with #451793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451793; }

 p { color: rgb(69,23,147); }

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

background-color css

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

 a { background-color: rgb(69,23,147); }

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

border-color css

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

 span { border-color: rgb(69,23,147); }

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