#481C7D

Color #481C7D Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #481C7D

Tints of Windsor #481C7D

Color information

#481C7D (or 0x481C7D) is unknown color: approx Windsor. HEX triplet: 48, 1C and 7D. RGB value is (72,28,125). Sum of RGB (Red+Green+Blue) = 72+28+125=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #481C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C7D is #B7E382. Grayscale: #333333. Windows color (decimal): -12051331 or 8199240. OLE color: 8199240.

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

Color convert

RGB7228125-
CMYK0.420.7800.51
HSL267.22º63.4%30%-
HSV(B)267.22º77.6%49.02%-
XYZ6.793.6919.76-
YUV52.21169.08142.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 125 (49.22% from 255) = 55.56%
R=32%
G=12.44%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal72281250.420.7800.51267.2263.430
Hex481C7D2A4E03310b3f1e
Octal11034175521160634137736
Binary10010001110011111011010101001110011001110000101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #481C7D;
 }
 .AnyTagClassName
 {
   color: #481C7D;
 }
</style>
background-color css

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

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

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

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

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

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