#423083

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

Shades of Windsor #423083

Tints of Windsor #423083

Color information

#423083 (or 0x423083) is unknown color: approx Windsor. HEX triplet: 42, 30 and 83. RGB value is (66,48,131). Sum of RGB (Red+Green+Blue) = 66+48+131=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #423083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423083 is #BDCF7C. Grayscale: #3E3E3E. Windows color (decimal): -12439421 or 8597570. OLE color: 8597570.

HSL color Cylindrical-coordinate representation of color #423083: hue angle of 253.01º 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 #423083 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6648131-
CMYK0.500.6300.49
HSL253.01º46.37%35.1%-
HSV(B)253.01º63.36%51.37%-
XYZ7.44.9122.03-
YUV62.84166.46130.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 131 (51.56% from 255) = 53.47%
R=26.94%
G=19.59%
B=53.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66481310.500.6300.49253.0146.3735.1
Hex423083323F031fd2e23
Octal1026020362770613755643
Binary100001011000010000011110010111111011000111111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423083; }

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

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

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

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

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

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

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

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