Html Css Color HEX #42286E Windsor

📋 copy color: '#42286E'

red 66 ◦ green 40 ◦ blue 110

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

Shades of Windsor #42286E

Tints of Windsor #42286E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.93%

R = 30.56%
G = 18.52%
B = 50.93%

CMYK

 C value IS 0.4

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42286E (or 0x42286E) is known color: Windsor. HEX triplet: 42, 28 and 6E. RGB value is (66,40,110). Sum of RGB (Red+Green+Blue) = 66+40+110=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #42286E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42286E is #BDD791. Grayscale: #373737. Windows color (decimal): -12441490 or 7219266. OLE color: 7219266.

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

Color convert

RGB 66 40 110 -
CMYK 0.4 0.64 0 0.57
HSL 262.29º 0.47% 0.29% -
HSV(B) 262.29º 0.64% 0.43% -
XYZ 5.82 3.8 15.18 -
YUV 55.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 66 40 110 0.4 0.64 0 0.57 262.29 0.47 0.29
Hex 42 28 6E 28 40 0 39 106 2F 1D
Octal 102 50 156 50 100 0 71 406 57 35
Binary 1000010 101000 1101110 101000 1000000 0 111001 100000110 101111 11101

Color Harmonies of #42286E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42286E

Black with #42286E

Text Example


Text Example

White with #42286E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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