Html Css Color HEX #48377C Windsor

📋 copy color: '#48377C'

red 72 ◦ green 55 ◦ blue 124

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

Shades of Windsor #48377C

Tints of Windsor #48377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 28.69%
G = 21.91%
B = 49.4%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48377C (or 0x48377C) is known color: Windsor. HEX triplet: 48, 37 and 7C. RGB value is (72,55,124). Sum of RGB (Red+Green+Blue) = 72+55+124=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #48377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48377C is #B7C883. Grayscale: #434343. Windows color (decimal): -12044420 or 8140616. OLE color: 8140616.

HSL color Cylindrical-coordinate representation of color #48377C: hue angle of 254.78º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48377C is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 55 124 -
CMYK 0.42 0.56 0 0.51
HSL 254.78º 0.39% 0.35% -
HSV(B) 254.78º 0.56% 0.49% -
XYZ 7.68 5.57 19.74 -
YUV 67.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 72 55 124 0.42 0.56 0 0.51 254.78 0.39 0.35
Hex 48 37 7C 2A 38 0 33 FF 27 23
Octal 110 67 174 52 70 0 63 377 47 43
Binary 1001000 110111 1111100 101010 111000 0 110011 11111111 100111 100011

Color Harmonies of #48377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48377C

Black with #48377C

Text Example


Text Example

White with #48377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,55,124); }

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

background-color css

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

 a { background-color: rgb(72,55,124); }

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

border-color css

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

 span { border-color: rgb(72,55,124); }

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