Html Css Color HEX #482385 Windsor

📋 copy color: '#482385'

red 72 ◦ green 35 ◦ blue 133

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

Shades of Windsor #482385

Tints of Windsor #482385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

 BLUE value IS 133 (52.34% from 255) = 55.42%

R = 30%
G = 14.58%
B = 55.42%

CMYK

 C value IS 0.46

 M value IS 0.74

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#482385 (or 0x482385) is known color: Windsor. HEX triplet: 48, 23 and 85. RGB value is (72,35,133). Sum of RGB (Red+Green+Blue) = 72+35+133=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #482385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #482385 is #B7DC7A. Grayscale: #383838. Windows color (decimal): -12049531 or 8725320. OLE color: 8725320.

HSL color Cylindrical-coordinate representation of color #482385: hue angle of 262.65º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #482385 is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 35 133 -
CMYK 0.46 0.74 0 0.48
HSL 262.65º 0.58% 0.33% -
HSV(B) 262.65º 0.74% 0.52% -
XYZ 7.51 4.27 22.62 -
YUV 57.24 170.76 138.53 -
System Red Green Blue C M Y K H S L
Decimal 72 35 133 0.46 0.74 0 0.48 262.65 0.58 0.33
Hex 48 23 85 2E 4A 0 30 107 3A 21
Octal 110 43 205 56 112 0 60 407 72 41
Binary 1001000 100011 10000101 101110 1001010 0 110000 100000111 111010 100001

Color Harmonies of #482385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482385

Black with #482385

Text Example


Text Example

White with #482385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482385; }

 p { color: rgb(72,35,133); }

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

background-color css

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

 a { background-color: rgb(72,35,133); }

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

border-color css

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

 span { border-color: rgb(72,35,133); }

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