Html Css Color HEX #481F7C Windsor

📋 copy color: '#481F7C'

red 72 ◦ green 31 ◦ blue 124

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

Shades of Windsor #481F7C

Tints of Windsor #481F7C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.66%

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

R = 31.72%
G = 13.66%
B = 54.63%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#481F7C (or 0x481F7C) is known color: Windsor. HEX triplet: 48, 1F and 7C. RGB value is (72,31,124). Sum of RGB (Red+Green+Blue) = 72+31+124=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #481F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F7C is #B7E083. Grayscale: #353535. Windows color (decimal): -12050564 or 8134472. OLE color: 8134472.

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

Color convert

RGB 72 31 124 -
CMYK 0.42 0.75 0 0.51
HSL 266.45º 0.6% 0.3% -
HSV(B) 266.45º 0.75% 0.49% -
XYZ 6.8 3.81 19.45 -
YUV 53.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 72 31 124 0.42 0.75 0 0.51 266.45 0.6 0.3
Hex 48 1F 7C 2A 4B 0 33 10A 3C 1E
Octal 110 37 174 52 113 0 63 412 74 36
Binary 1001000 11111 1111100 101010 1001011 0 110011 100001010 111100 11110

Color Harmonies of #481F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F7C

Black with #481F7C

Text Example


Text Example

White with #481F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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