Html Css Color HEX #48207A Windsor

📋 copy color: '#48207A'

red 72 ◦ green 32 ◦ blue 122

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

Shades of Windsor #48207A

Tints of Windsor #48207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 31.86%
G = 14.16%
B = 53.98%

CMYK

 C value IS 0.41

 M value IS 0.74

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48207A (or 0x48207A) is known color: Windsor. HEX triplet: 48, 20 and 7A. RGB value is (72,32,122). Sum of RGB (Red+Green+Blue) = 72+32+122=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #48207A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48207A is #B7DF85. Grayscale: #353535. Windows color (decimal): -12050310 or 8003656. OLE color: 8003656.

HSL color Cylindrical-coordinate representation of color #48207A: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48207A is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 32 122 -
CMYK 0.41 0.74 0 0.52
HSL 266.67º 0.58% 0.3% -
HSV(B) 266.67º 0.74% 0.48% -
XYZ 6.7 3.82 18.8 -
YUV 54.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 72 32 122 0.41 0.74 0 0.52 266.67 0.58 0.3
Hex 48 20 7A 29 4A 0 34 10B 3A 1E
Octal 110 40 172 51 112 0 64 413 72 36
Binary 1001000 100000 1111010 101001 1001010 0 110100 100001011 111010 11110

Color Harmonies of #48207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48207A

Black with #48207A

Text Example


Text Example

White with #48207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48207A; }

 p { color: rgb(72,32,122); }

 H1.HeaderClassName
 {
   color: #48207A;
 }
 .AnyTagClassName
 {
   color: #48207A;
 }
</style>

background-color css

<style>
 a { background-color: #48207A; }

 a { background-color: rgb(72,32,122); }

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

border-color css

<style>
 span { border-color: #48207A; }

 span { border-color: rgb(72,32,122); }

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