Html Css Color HEX #42286D Windsor

📋 copy color: '#42286D'

red 66 ◦ green 40 ◦ blue 109

#42286D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Windsor #42286D

Tints of Windsor #42286D

RGB

 RED value IS 66 (26.17% from 255) = 30.7%

 GREEN value IS 40 (16.02% from 255) = 18.6%

 BLUE value IS 109 (42.97% from 255) = 50.7%

R = 30.7%
G = 18.6%
B = 50.7%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42286D (or 0x42286D) is known color: Windsor. HEX triplet: 42, 28 and 6D. RGB value is (66,40,109). Sum of RGB (Red+Green+Blue) = 66+40+109=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #42286D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42286D is #BDD792. Grayscale: #373737. Windows color (decimal): -12441491 or 7153730. OLE color: 7153730.

HSL color Cylindrical-coordinate representation of color #42286D: hue angle of 262.61º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42286D is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 66 40 109 -
CMYK 0.39 0.63 0 0.57
HSL 262.61º 0.46% 0.29% -
HSV(B) 262.61º 0.63% 0.43% -
XYZ 5.77 3.78 14.89 -
YUV 55.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 66 40 109 0.39 0.63 0 0.57 262.61 0.46 0.29
Hex 42 28 6D 27 3F 0 39 107 2E 1D
Octal 102 50 155 47 77 0 71 407 56 35
Binary 1000010 101000 1101101 100111 111111 0 111001 100000111 101110 11101

Color Harmonies of #42286D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42286D

Black with #42286D

Text Example


Text Example

White with #42286D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42286D; }

 p { color: rgb(66,40,109); }

 H1.HeaderClassName
 {
   color: #42286D;
 }
 .AnyTagClassName
 {
   color: #42286D;
 }
</style>

background-color css

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

 a { background-color: rgb(66,40,109); }

 div.DivClassName
 {
   background-color: #42286D;
 }
 .BgClassName
 {
   background-color: #42286D;
 }
</style>

border-color css

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

 span { border-color: rgb(66,40,109); }

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