#423071

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

Shades of Windsor #423071

Tints of Windsor #423071

Color information

#423071 (or 0x423071) is unknown color: approx Windsor. HEX triplet: 42, 30 and 71. RGB value is (66,48,113). Sum of RGB (Red+Green+Blue) = 66+48+113=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #423071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423071 is #BDCF8E. Grayscale: #3C3C3C. Windows color (decimal): -12439439 or 7417922. OLE color: 7417922.

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

Color convert

RGB6648113-
CMYK0.420.5800.56
HSL256.62º40.37%31.57%-
HSV(B)256.62º57.52%44.31%-
XYZ6.284.4616.15-
YUV60.79157.46131.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 48 (19.14% from 255) = 21.15%
BLUE value IS 113 (44.53% from 255) = 49.78%
R=29.07%
G=21.15%
B=49.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66481130.420.5800.56256.6240.3731.57
Hex4230712A3A0381012820
Octal1026016152720704015040
Binary100001011000011100011010101110100111000100000001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423071; }

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

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

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

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

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

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

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

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