Html Css Color HEX #48238C Windsor

📋 copy color: '#48238C'

red 72 ◦ green 35 ◦ blue 140

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

Shades of Windsor #48238C

Tints of Windsor #48238C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 29.15%
G = 14.17%
B = 56.68%

CMYK

 C value IS 0.49

 M value IS 0.75

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48238C (or 0x48238C) is known color: Windsor. HEX triplet: 48, 23 and 8C. RGB value is (72,35,140). Sum of RGB (Red+Green+Blue) = 72+35+140=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #48238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #48238C is #B7DC73. Grayscale: #393939. Windows color (decimal): -12049524 or 9184072. OLE color: 9184072.

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

Color convert

RGB 72 35 140 -
CMYK 0.49 0.75 0 0.45
HSL 261.14º 0.6% 0.34% -
HSV(B) 261.14º 0.75% 0.55% -
XYZ 8.01 4.47 25.25 -
YUV 58.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 72 35 140 0.49 0.75 0 0.45 261.14 0.6 0.34
Hex 48 23 8C 31 4B 0 2D 105 3C 22
Octal 110 43 214 61 113 0 55 405 74 42
Binary 1001000 100011 10001100 110001 1001011 0 101101 100000101 111100 100010

Color Harmonies of #48238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48238C

Black with #48238C

Text Example


Text Example

White with #48238C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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