Html Css Color HEX #42296D Windsor

📋 copy color: '#42296D'

red 66 ◦ green 41 ◦ blue 109

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

Shades of Windsor #42296D

Tints of Windsor #42296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.98%

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

R = 30.56%
G = 18.98%
B = 50.46%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42296D (or 0x42296D) is known color: Windsor. HEX triplet: 42, 29 and 6D. RGB value is (66,41,109). Sum of RGB (Red+Green+Blue) = 66+41+109=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #42296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42296D is #BDD692. Grayscale: #373737. Windows color (decimal): -12441235 or 7153986. OLE color: 7153986.

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

Color convert

RGB 66 41 109 -
CMYK 0.39 0.62 0 0.57
HSL 262.06º 0.45% 0.29% -
HSV(B) 262.06º 0.62% 0.43% -
XYZ 5.8 3.85 14.91 -
YUV 56.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 66 41 109 0.39 0.62 0 0.57 262.06 0.45 0.29
Hex 42 29 6D 27 3E 0 39 106 2D 1D
Octal 102 51 155 47 76 0 71 406 55 35
Binary 1000010 101001 1101101 100111 111110 0 111001 100000110 101101 11101

Color Harmonies of #42296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42296D

Black with #42296D

Text Example


Text Example

White with #42296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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