Html Css Color HEX #48267A Windsor

📋 copy color: '#48267A'

red 72 ◦ green 38 ◦ blue 122

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

Shades of Windsor #48267A

Tints of Windsor #48267A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.38%

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

R = 31.03%
G = 16.38%
B = 52.59%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#48267A (or 0x48267A) is known color: Windsor. HEX triplet: 48, 26 and 7A. RGB value is (72,38,122). Sum of RGB (Red+Green+Blue) = 72+38+122=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #48267A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48267A is #B7D985. Grayscale: #393939. Windows color (decimal): -12048774 or 8005192. OLE color: 8005192.

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

Color convert

RGB 72 38 122 -
CMYK 0.41 0.69 0 0.52
HSL 264.29º 0.53% 0.31% -
HSV(B) 264.29º 0.69% 0.48% -
XYZ 6.88 4.17 18.85 -
YUV 57.74 164.26 138.17 -
System Red Green Blue C M Y K H S L
Decimal 72 38 122 0.41 0.69 0 0.52 264.29 0.53 0.31
Hex 48 26 7A 29 45 0 34 108 34 1F
Octal 110 46 172 51 105 0 64 410 64 37
Binary 1001000 100110 1111010 101001 1000101 0 110100 100001000 110100 11111

Color Harmonies of #48267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48267A

Black with #48267A

Text Example


Text Example

White with #48267A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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