Html Css Color HEX #451784 Persian Indigo

📋 copy color: '#451784'

red 69 ◦ green 23 ◦ blue 132

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

Shades of Persian Indigo #451784

Tints of Persian Indigo #451784

RGB

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

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

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

R = 30.8%
G = 10.27%
B = 58.93%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#451784 (or 0x451784) is known color: Persian Indigo. HEX triplet: 45, 17 and 84. RGB value is (69,23,132). Sum of RGB (Red+Green+Blue) = 69+23+132=224 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.80% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #451784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451784 is #BAE87B. Grayscale: #303030. Windows color (decimal): -12249212 or 8656709. OLE color: 8656709.

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

Color convert

RGB 69 23 132 -
CMYK 0.48 0.83 0 0.48
HSL 265.32º 0.7% 0.3% -
HSV(B) 265.32º 0.83% 0.52% -
XYZ 6.93 3.54 22.15 -
YUV 49.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 69 23 132 0.48 0.83 0 0.48 265.32 0.7 0.3
Hex 45 17 84 30 53 0 30 109 46 1E
Octal 105 27 204 60 123 0 60 411 106 36
Binary 1000101 10111 10000100 110000 1010011 0 110000 100001001 1000110 11110

Color Harmonies of #451784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451784

Black with #451784

Text Example


Text Example

White with #451784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451784; }

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

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

background-color css

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

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

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

border-color css

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

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

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