Html Css Color HEX #48258D Windsor

📋 copy color: '#48258D'

red 72 ◦ green 37 ◦ blue 141

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

Shades of Windsor #48258D

Tints of Windsor #48258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.8%

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

R = 28.8%
G = 14.8%
B = 56.4%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48258D (or 0x48258D) is known color: Windsor. HEX triplet: 48, 25 and 8D. RGB value is (72,37,141). Sum of RGB (Red+Green+Blue) = 72+37+141=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #48258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48258D is #B7DA72. Grayscale: #3A3A3A. Windows color (decimal): -12049011 or 9250120. OLE color: 9250120.

HSL color Cylindrical-coordinate representation of color #48258D: hue angle of 260.19º degrees, saturation: 0.58, 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 #48258D is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 37 141 -
CMYK 0.49 0.74 0 0.45
HSL 260.19º 0.58% 0.35% -
HSV(B) 260.19º 0.74% 0.55% -
XYZ 8.14 4.62 25.66 -
YUV 59.32 174.1 137.04 -
System Red Green Blue C M Y K H S L
Decimal 72 37 141 0.49 0.74 0 0.45 260.19 0.58 0.35
Hex 48 25 8D 31 4A 0 2D 104 3A 23
Octal 110 45 215 61 112 0 55 404 72 43
Binary 1001000 100101 10001101 110001 1001010 0 101101 100000100 111010 100011

Color Harmonies of #48258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48258D

Black with #48258D

Text Example


Text Example

White with #48258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,37,141); }

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

background-color css

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

 a { background-color: rgb(72,37,141); }

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

border-color css

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

 span { border-color: rgb(72,37,141); }

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