#423375

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

Shades of Windsor #423375

Tints of Windsor #423375

Color information

#423375 (or 0x423375) is unknown color: approx Windsor. HEX triplet: 42, 33 and 75. RGB value is (66,51,117). Sum of RGB (Red+Green+Blue) = 66+51+117=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #423375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423375 is #BDCC8A. Grayscale: #3E3E3E. Windows color (decimal): -12438667 or 7680834. OLE color: 7680834.

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

Color convert

RGB6651117-
CMYK0.440.5600.54
HSL253.64º39.29%32.94%-
HSV(B)253.64º56.41%45.88%-
XYZ6.644.8117.41-
YUV63.01158.47130.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 117 (46.09% from 255) = 50%
R=28.21%
G=21.79%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66511170.440.5600.54253.6439.2932.94
Hex4233752C38036fe2721
Octal1026316554700663764741
Binary10000101100111110101101100111000011011011111110100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423375; }

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

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

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

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

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

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

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

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