Html Css Color HEX #451884 Persian Indigo

📋 copy color: '#451884'

red 69 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #451884

Tints of Persian Indigo #451884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.67%

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

R = 30.67%
G = 10.67%
B = 58.67%

CMYK

 C value IS 0.48

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#451884 (or 0x451884) is known color: Persian Indigo. HEX triplet: 45, 18 and 84. RGB value is (69,24,132). Sum of RGB (Red+Green+Blue) = 69+24+132=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 24 (9.77% from 255 or 10.67% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #451884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451884 is #BAE77B. Grayscale: #313131. Windows color (decimal): -12248956 or 8656965. OLE color: 8656965.

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

Color convert

RGB 69 24 132 -
CMYK 0.48 0.82 0 0.48
HSL 265º 0.69% 0.31% -
HSV(B) 265º 0.82% 0.52% -
XYZ 6.95 3.58 22.16 -
YUV 49.77 174.41 141.72 -
System Red Green Blue C M Y K H S L
Decimal 69 24 132 0.48 0.82 0 0.48 265 0.69 0.31
Hex 45 18 84 30 52 0 30 109 45 1F
Octal 105 30 204 60 122 0 60 411 105 37
Binary 1000101 11000 10000100 110000 1010010 0 110000 100001001 1000101 11111

Color Harmonies of #451884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451884

Black with #451884

Text Example


Text Example

White with #451884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451884; }

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

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

background-color css

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

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

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

border-color css

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

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

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