#423082

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

Shades of Windsor #423082

Tints of Windsor #423082

Color information

#423082 (or 0x423082) is unknown color: approx Windsor. HEX triplet: 42, 30 and 82. RGB value is (66,48,130). Sum of RGB (Red+Green+Blue) = 66+48+130=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #423082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423082 is #BDCF7D. Grayscale: #3E3E3E. Windows color (decimal): -12439422 or 8532034. OLE color: 8532034.

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

Color convert

RGB6648130-
CMYK0.490.6300.49
HSL253.17º46.07%34.9%-
HSV(B)253.17º63.08%50.98%-
XYZ7.334.8821.68-
YUV62.73165.96130.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.05%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=27.05%
G=19.67%
B=53.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66481300.490.6300.49253.1746.0734.9
Hex423082313F031fd2e23
Octal1026020261770613755643
Binary100001011000010000010110001111111011000111111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423082; }

 p { color: rgb(66,48,130); }

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

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

 a { background-color: rgb(66,48,130); }

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

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

 span { border-color: rgb(66,48,130); }

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