Html Css Color HEX #42297A Windsor

📋 copy color: '#42297A'

red 66 ◦ green 41 ◦ blue 122

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

Shades of Windsor #42297A

Tints of Windsor #42297A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 53.28%

R = 28.82%
G = 17.9%
B = 53.28%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#42297A (or 0x42297A) is known color: Windsor. HEX triplet: 42, 29 and 7A. RGB value is (66,41,122). Sum of RGB (Red+Green+Blue) = 66+41+122=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #42297A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297A is #BDD685. Grayscale: #393939. Windows color (decimal): -12441222 or 8005954. OLE color: 8005954.

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

Color convert

RGB 66 41 122 -
CMYK 0.46 0.66 0 0.52
HSL 258.52º 0.5% 0.32% -
HSV(B) 258.52º 0.66% 0.48% -
XYZ 6.55 4.15 18.87 -
YUV 57.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 66 41 122 0.46 0.66 0 0.52 258.52 0.5 0.32
Hex 42 29 7A 2E 42 0 34 103 32 20
Octal 102 51 172 56 102 0 64 403 62 40
Binary 1000010 101001 1111010 101110 1000010 0 110100 100000011 110010 100000

Color Harmonies of #42297A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42297A

Black with #42297A

Text Example


Text Example

White with #42297A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42297A;
 }
 .AnyTagClassName
 {
   color: #42297A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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