Html Css Color HEX #48377D Windsor

📋 copy color: '#48377D'

red 72 ◦ green 55 ◦ blue 125

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

Shades of Windsor #48377D

Tints of Windsor #48377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 49.6%

R = 28.57%
G = 21.83%
B = 49.6%

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

#48377D (or 0x48377D) is known color: Windsor. HEX triplet: 48, 37 and 7D. RGB value is (72,55,125). Sum of RGB (Red+Green+Blue) = 72+55+125=252 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.57% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 125 (49.22% from 255 or 49.60% from 252); Max value from RGB is 125 - color contains mainly: blue. Hex color #48377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48377D is #B7C882. Grayscale: #434343. Windows color (decimal): -12044419 or 8206152. OLE color: 8206152.

HSL color Cylindrical-coordinate representation of color #48377D: hue angle of 254.57º 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 #48377D is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 55 125 -
CMYK 0.42 0.56 0 0.51
HSL 254.57º 0.39% 0.35% -
HSV(B) 254.57º 0.56% 0.49% -
XYZ 7.74 5.59 20.07 -
YUV 68.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 72 55 125 0.42 0.56 0 0.51 254.57 0.39 0.35
Hex 48 37 7D 2A 38 0 33 FF 27 23
Octal 110 67 175 52 70 0 63 377 47 43
Binary 1001000 110111 1111101 101010 111000 0 110011 11111111 100111 100011

Color Harmonies of #48377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48377D

Black with #48377D

Text Example


Text Example

White with #48377D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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