Html Css Color HEX #48298C Windsor

📋 copy color: '#48298C'

red 72 ◦ green 41 ◦ blue 140

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

Shades of Windsor #48298C

Tints of Windsor #48298C

RGB

 RED value IS 72 (28.52% from 255) = 28.46%

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 140 (55.08% from 255) = 55.34%

R = 28.46%
G = 16.21%
B = 55.34%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48298C (or 0x48298C) is known color: Windsor. HEX triplet: 48, 29 and 8C. RGB value is (72,41,140). Sum of RGB (Red+Green+Blue) = 72+41+140=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #48298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48298C is #B7D673. Grayscale: #3D3D3D. Windows color (decimal): -12047988 or 9185608. OLE color: 9185608.

HSL color Cylindrical-coordinate representation of color #48298C: hue angle of 258.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48298C is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 41 140 -
CMYK 0.49 0.71 0 0.45
HSL 258.79º 0.55% 0.35% -
HSV(B) 258.79º 0.71% 0.55% -
XYZ 8.2 4.86 25.32 -
YUV 61.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 72 41 140 0.49 0.71 0 0.45 258.79 0.55 0.35
Hex 48 29 8C 31 47 0 2D 103 37 23
Octal 110 51 214 61 107 0 55 403 67 43
Binary 1001000 101001 10001100 110001 1000111 0 101101 100000011 110111 100011

Color Harmonies of #48298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48298C

Black with #48298C

Text Example


Text Example

White with #48298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48298C; }

 p { color: rgb(72,41,140); }

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

background-color css

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

 a { background-color: rgb(72,41,140); }

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

border-color css

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

 span { border-color: rgb(72,41,140); }

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