Html Css Color HEX #451792 Persian Indigo

📋 copy color: '#451792'

red 69 ◦ green 23 ◦ blue 146

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

Shades of Persian Indigo #451792

Tints of Persian Indigo #451792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.34%

R = 28.99%
G = 9.66%
B = 61.34%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#451792 (or 0x451792) is known color: Persian Indigo. HEX triplet: 45, 17 and 92. RGB value is (69,23,146). Sum of RGB (Red+Green+Blue) = 69+23+146=238 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.99% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 146 (57.42% from 255 or 61.34% from 238); Max value from RGB is 146 - color contains mainly: blue. Hex color #451792 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451792 is #BAE86D. Grayscale: #323232. Windows color (decimal): -12249198 or 9574213. OLE color: 9574213.

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

Color convert

RGB 69 23 146 -
CMYK 0.53 0.84 0 0.43
HSL 262.44º 0.73% 0.33% -
HSV(B) 262.44º 0.84% 0.57% -
XYZ 7.95 3.95 27.54 -
YUV 50.78 181.74 141 -
System Red Green Blue C M Y K H S L
Decimal 69 23 146 0.53 0.84 0 0.43 262.44 0.73 0.33
Hex 45 17 92 35 54 0 2B 106 49 21
Octal 105 27 222 65 124 0 53 406 111 41
Binary 1000101 10111 10010010 110101 1010100 0 101011 100000110 1001001 100001

Color Harmonies of #451792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451792

Black with #451792

Text Example


Text Example

White with #451792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451792; }

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

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

background-color css

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

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

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

border-color css

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

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

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