Html Css Color HEX #481C7C Windsor

📋 copy color: '#481C7C'

red 72 ◦ green 28 ◦ blue 124

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

Shades of Windsor #481C7C

Tints of Windsor #481C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

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

R = 32.14%
G = 12.5%
B = 55.36%

CMYK

 C value IS 0.42

 M value IS 0.77

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#481C7C (or 0x481C7C) is known color: Windsor. HEX triplet: 48, 1C and 7C. RGB value is (72,28,124). Sum of RGB (Red+Green+Blue) = 72+28+124=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 124 (48.83% from 255 or 55.36% from 224); Max value from RGB is 124 - color contains mainly: blue. Hex color #481C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C7C is #B7E383. Grayscale: #333333. Windows color (decimal): -12051332 or 8133704. OLE color: 8133704.

HSL color Cylindrical-coordinate representation of color #481C7C: hue angle of 267.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #481C7C is Cyan = 0.42, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 28 124 -
CMYK 0.42 0.77 0 0.51
HSL 267.5º 0.63% 0.3% -
HSV(B) 267.5º 0.77% 0.49% -
XYZ 6.73 3.66 19.42 -
YUV 52.1 168.58 142.19 -
System Red Green Blue C M Y K H S L
Decimal 72 28 124 0.42 0.77 0 0.51 267.5 0.63 0.3
Hex 48 1C 7C 2A 4D 0 33 10C 3F 1E
Octal 110 34 174 52 115 0 63 414 77 36
Binary 1001000 11100 1111100 101010 1001101 0 110011 100001100 111111 11110

Color Harmonies of #481C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C7C

Black with #481C7C

Text Example


Text Example

White with #481C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481C7C; }

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

 H1.HeaderClassName
 {
   color: #481C7C;
 }
 .AnyTagClassName
 {
   color: #481C7C;
 }
</style>

background-color css

<style>
 a { background-color: #481C7C; }

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

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

border-color css

<style>
 span { border-color: #481C7C; }

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

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