Html Css Color HEX #42296C Windsor

📋 copy color: '#42296C'

red 66 ◦ green 41 ◦ blue 108

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

Shades of Windsor #42296C

Tints of Windsor #42296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 50.23%

R = 30.7%
G = 19.07%
B = 50.23%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42296C (or 0x42296C) is known color: Windsor. HEX triplet: 42, 29 and 6C. RGB value is (66,41,108). Sum of RGB (Red+Green+Blue) = 66+41+108=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #42296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42296C is #BDD693. Grayscale: #373737. Windows color (decimal): -12441236 or 7088450. OLE color: 7088450.

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

Color convert

RGB 66 41 108 -
CMYK 0.39 0.62 0 0.58
HSL 262.39º 0.45% 0.29% -
HSV(B) 262.39º 0.62% 0.42% -
XYZ 5.75 3.83 14.62 -
YUV 56.11 157.28 135.05 -
System Red Green Blue C M Y K H S L
Decimal 66 41 108 0.39 0.62 0 0.58 262.39 0.45 0.29
Hex 42 29 6C 27 3E 0 3A 106 2D 1D
Octal 102 51 154 47 76 0 72 406 55 35
Binary 1000010 101001 1101100 100111 111110 0 111010 100000110 101101 11101

Color Harmonies of #42296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42296C

Black with #42296C

Text Example


Text Example

White with #42296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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