#42237A

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

Shades of Windsor #42237A

Tints of Windsor #42237A

Color information

#42237A (or 0x42237A) is unknown color: approx Windsor. HEX triplet: 42, 23 and 7A. RGB value is (66,35,122). Sum of RGB (Red+Green+Blue) = 66+35+122=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #42237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42237A is #BDDC85. Grayscale: #353535. Windows color (decimal): -12442758 or 8004418. OLE color: 8004418.

HSL color Cylindrical-coordinate representation of color #42237A: hue angle of 261.38º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42237A is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6635122-
CMYK0.460.7100.52
HSL261.38º55.41%30.78%-
HSV(B)261.38º71.31%47.84%-
XYZ6.363.7718.8-
YUV54.19166.27136.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 122 (48.05% from 255) = 54.71%
R=29.60%
G=15.70%
B=54.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66351220.460.7100.52261.3855.4130.78
Hex42237A2E47034105371f
Octal10243172561070644056737
Binary100001010001111110101011101000111011010010000010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42237A; }

 p { color: rgb(66,35,122); }

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

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

 a { background-color: rgb(66,35,122); }

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

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

 span { border-color: rgb(66,35,122); }

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