Html Css Color HEX #451890 Persian Indigo

📋 copy color: '#451890'

red 69 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #451890

Tints of Persian Indigo #451890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 29.11%
G = 10.13%
B = 60.76%

CMYK

 C value IS 0.52

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#451890 (or 0x451890) is known color: Persian Indigo. HEX triplet: 45, 18 and 90. RGB value is (69,24,144). Sum of RGB (Red+Green+Blue) = 69+24+144=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #451890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #451890 is #BAE76F. Grayscale: #323232. Windows color (decimal): -12248944 or 9443397. OLE color: 9443397.

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

Color convert

RGB 69 24 144 -
CMYK 0.52 0.83 0 0.44
HSL 262.5º 0.71% 0.33% -
HSV(B) 262.5º 0.83% 0.56% -
XYZ 7.81 3.93 26.73 -
YUV 51.14 180.41 140.74 -
System Red Green Blue C M Y K H S L
Decimal 69 24 144 0.52 0.83 0 0.44 262.5 0.71 0.33
Hex 45 18 90 34 53 0 2C 106 47 21
Octal 105 30 220 64 123 0 54 406 107 41
Binary 1000101 11000 10010000 110100 1010011 0 101100 100000110 1000111 100001

Color Harmonies of #451890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451890

Black with #451890

Text Example


Text Example

White with #451890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451890; }

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

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

background-color css

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

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

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

border-color css

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

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

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