Html Css Color HEX #452490 Windsor

📋 copy color: '#452490'

red 69 ◦ green 36 ◦ blue 144

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

Shades of Windsor #452490

Tints of Windsor #452490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.46%

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

R = 27.71%
G = 14.46%
B = 57.83%

CMYK

 C value IS 0.52

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#452490 (or 0x452490) is known color: Windsor. HEX triplet: 45, 24 and 90. RGB value is (69,36,144). Sum of RGB (Red+Green+Blue) = 69+36+144=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #452490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #452490 is #BADB6F. Grayscale: #393939. Windows color (decimal): -12245872 or 9446469. OLE color: 9446469.

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

Color convert

RGB 69 36 144 -
CMYK 0.52 0.75 0 0.44
HSL 258.33º 0.6% 0.35% -
HSV(B) 258.33º 0.75% 0.56% -
XYZ 8.12 4.54 26.83 -
YUV 58.18 176.43 135.72 -
System Red Green Blue C M Y K H S L
Decimal 69 36 144 0.52 0.75 0 0.44 258.33 0.6 0.35
Hex 45 24 90 34 4B 0 2C 102 3C 23
Octal 105 44 220 64 113 0 54 402 74 43
Binary 1000101 100100 10010000 110100 1001011 0 101100 100000010 111100 100011

Color Harmonies of #452490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452490

Black with #452490

Text Example


Text Example

White with #452490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452490; }

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

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

background-color css

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

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

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

border-color css

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

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

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