#423072

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

Shades of Windsor #423072

Tints of Windsor #423072

Color information

#423072 (or 0x423072) is unknown color: approx Windsor. HEX triplet: 42, 30 and 72. RGB value is (66,48,114). Sum of RGB (Red+Green+Blue) = 66+48+114=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #423072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423072 is #BDCF8D. Grayscale: #3C3C3C. Windows color (decimal): -12439438 or 7483458. OLE color: 7483458.

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

Color convert

RGB6648114-
CMYK0.420.5800.55
HSL256.36º40.74%31.76%-
HSV(B)256.36º57.89%44.71%-
XYZ6.344.4916.45-
YUV60.91157.96131.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.95%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 114 (44.92% from 255) = 50%
R=28.95%
G=21.05%
B=50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66481140.420.5800.55256.3640.7431.76
Hex4230722A3A0371002920
Octal1026016252720674005140
Binary100001011000011100101010101110100110111100000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423072; }

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

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

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

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

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

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

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

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