Html Css Color HEX #48247D Windsor

📋 copy color: '#48247D'

red 72 ◦ green 36 ◦ blue 125

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

Shades of Windsor #48247D

Tints of Windsor #48247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.45%

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

R = 30.9%
G = 15.45%
B = 53.65%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#48247D (or 0x48247D) is known color: Windsor. HEX triplet: 48, 24 and 7D. RGB value is (72,36,125). Sum of RGB (Red+Green+Blue) = 72+36+125=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 36 (14.45% from 255 or 15.45% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #48247D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48247D is #B7DB82. Grayscale: #383838. Windows color (decimal): -12049283 or 8201288. OLE color: 8201288.

HSL color Cylindrical-coordinate representation of color #48247D: hue angle of 264.27º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48247D is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 36 125 -
CMYK 0.42 0.71 0 0.51
HSL 264.27º 0.55% 0.32% -
HSV(B) 264.27º 0.71% 0.49% -
XYZ 7.01 4.12 19.83 -
YUV 56.91 166.43 138.76 -
System Red Green Blue C M Y K H S L
Decimal 72 36 125 0.42 0.71 0 0.51 264.27 0.55 0.32
Hex 48 24 7D 2A 47 0 33 108 37 20
Octal 110 44 175 52 107 0 63 410 67 40
Binary 1001000 100100 1111101 101010 1000111 0 110011 100001000 110111 100000

Color Harmonies of #48247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48247D

Black with #48247D

Text Example


Text Example

White with #48247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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