Html Css Color HEX #45248D Windsor

📋 copy color: '#45248D'

red 69 ◦ green 36 ◦ blue 141

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

Shades of Windsor #45248D

Tints of Windsor #45248D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 28.05%
G = 14.63%
B = 57.32%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#45248D (or 0x45248D) is known color: Windsor. HEX triplet: 45, 24 and 8D. RGB value is (69,36,141). Sum of RGB (Red+Green+Blue) = 69+36+141=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #45248D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45248D is #BADB72. Grayscale: #393939. Windows color (decimal): -12245875 or 9249861. OLE color: 9249861.

HSL color Cylindrical-coordinate representation of color #45248D: hue angle of 258.86º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45248D is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 69 36 141 -
CMYK 0.51 0.74 0 0.45
HSL 258.86º 0.59% 0.35% -
HSV(B) 258.86º 0.74% 0.55% -
XYZ 7.89 4.45 25.64 -
YUV 57.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 69 36 141 0.51 0.74 0 0.45 258.86 0.59 0.35
Hex 45 24 8D 33 4A 0 2D 103 3B 23
Octal 105 44 215 63 112 0 55 403 73 43
Binary 1000101 100100 10001101 110011 1001010 0 101101 100000011 111011 100011

Color Harmonies of #45248D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45248D

Black with #45248D

Text Example


Text Example

White with #45248D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45248D; }

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

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

background-color css

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

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

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

border-color css

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

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

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