Html Css Color HEX #451785 Persian Indigo

📋 copy color: '#451785'

red 69 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #451785

Tints of Persian Indigo #451785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 30.67%
G = 10.22%
B = 59.11%

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

#451785 (or 0x451785) is known color: Persian Indigo. HEX triplet: 45, 17 and 85. RGB value is (69,23,133). Sum of RGB (Red+Green+Blue) = 69+23+133=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #451785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451785 is #BAE87A. Grayscale: #303030. Windows color (decimal): -12249211 or 8722245. OLE color: 8722245.

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

Color convert

RGB 69 23 133 -
CMYK 0.48 0.83 0 0.48
HSL 265.09º 0.71% 0.31% -
HSV(B) 265.09º 0.83% 0.52% -
XYZ 6.99 3.57 22.51 -
YUV 49.29 175.24 142.06 -
System Red Green Blue C M Y K H S L
Decimal 69 23 133 0.48 0.83 0 0.48 265.09 0.71 0.31
Hex 45 17 85 30 53 0 30 109 47 1F
Octal 105 27 205 60 123 0 60 411 107 37
Binary 1000101 10111 10000101 110000 1010011 0 110000 100001001 1000111 11111

Color Harmonies of #451785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451785

Black with #451785

Text Example


Text Example

White with #451785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451785; }

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

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

background-color css

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

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

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

border-color css

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

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

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