#423075

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

Shades of Windsor #423075

Tints of Windsor #423075

Color information

#423075 (or 0x423075) is unknown color: approx Windsor. HEX triplet: 42, 30 and 75. RGB value is (66,48,117). Sum of RGB (Red+Green+Blue) = 66+48+117=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #423075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423075 is #BDCF8A. Grayscale: #3C3C3C. Windows color (decimal): -12439435 or 7680066. OLE color: 7680066.

HSL color Cylindrical-coordinate representation of color #423075: hue angle of 255.65º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #423075 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6648117-
CMYK0.440.5900.54
HSL255.65º41.82%32.35%-
HSV(B)255.65º58.97%45.88%-
XYZ6.514.5617.37-
YUV61.25159.46131.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 48 (19.14% from 255) = 20.78%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=28.57%
G=20.78%
B=50.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66481170.440.5900.54255.6541.8232.35
Hex4230752C3B0361002a20
Octal1026016554730664005240
Binary100001011000011101011011001110110110110100000000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423075; }

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

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

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

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

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

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

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

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