Html Css Color HEX #451584 Persian Indigo

📋 copy color: '#451584'

red 69 ◦ green 21 ◦ blue 132

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

Shades of Persian Indigo #451584

Tints of Persian Indigo #451584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.46%

 BLUE value IS 132 (51.95% from 255) = 59.46%

R = 31.08%
G = 9.46%
B = 59.46%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#451584 (or 0x451584) is known color: Persian Indigo. HEX triplet: 45, 15 and 84. RGB value is (69,21,132). Sum of RGB (Red+Green+Blue) = 69+21+132=222 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.08% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #451584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451584 is #BAEA7B. Grayscale: #2F2F2F. Windows color (decimal): -12249724 or 8656197. OLE color: 8656197.

HSL color Cylindrical-coordinate representation of color #451584: hue angle of 265.95º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #451584 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 21 132 -
CMYK 0.48 0.84 0 0.48
HSL 265.95º 0.73% 0.3% -
HSV(B) 265.95º 0.84% 0.52% -
XYZ 6.89 3.47 22.14 -
YUV 48.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 69 21 132 0.48 0.84 0 0.48 265.95 0.73 0.3
Hex 45 15 84 30 54 0 30 10A 49 1E
Octal 105 25 204 60 124 0 60 412 111 36
Binary 1000101 10101 10000100 110000 1010100 0 110000 100001010 1001001 11110

Color Harmonies of #451584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451584

Black with #451584

Text Example


Text Example

White with #451584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451584; }

 p { color: rgb(69,21,132); }

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

background-color css

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

 a { background-color: rgb(69,21,132); }

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

border-color css

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

 span { border-color: rgb(69,21,132); }

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