Html Css Color HEX #481F92 Windsor

📋 copy color: '#481F92'

red 72 ◦ green 31 ◦ blue 146

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

Shades of Windsor #481F92

Tints of Windsor #481F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 28.92%
G = 12.45%
B = 58.63%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#481F92 (or 0x481F92) is known color: Windsor. HEX triplet: 48, 1F and 92. RGB value is (72,31,146). Sum of RGB (Red+Green+Blue) = 72+31+146=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 31 (12.5% from 255 or 12.45% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #481F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #481F92 is #B7E06D. Grayscale: #373737. Windows color (decimal): -12050542 or 9576264. OLE color: 9576264.

HSL color Cylindrical-coordinate representation of color #481F92: hue angle of 261.39º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #481F92 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 31 146 -
CMYK 0.51 0.79 0 0.43
HSL 261.39º 0.65% 0.35% -
HSV(B) 261.39º 0.79% 0.57% -
XYZ 8.35 4.43 27.61 -
YUV 56.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 72 31 146 0.51 0.79 0 0.43 261.39 0.65 0.35
Hex 48 1F 92 33 4F 0 2B 105 41 23
Octal 110 37 222 63 117 0 53 405 101 43
Binary 1001000 11111 10010010 110011 1001111 0 101011 100000101 1000001 100011

Color Harmonies of #481F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F92

Black with #481F92

Text Example


Text Example

White with #481F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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