Html Css Color HEX #42297D Windsor

📋 copy color: '#42297D'

red 66 ◦ green 41 ◦ blue 125

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

Shades of Windsor #42297D

Tints of Windsor #42297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.88%

R = 28.45%
G = 17.67%
B = 53.88%

CMYK

 C value IS 0.47

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42297D (or 0x42297D) is known color: Windsor. HEX triplet: 42, 29 and 7D. RGB value is (66,41,125). Sum of RGB (Red+Green+Blue) = 66+41+125=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #42297D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42297D is #BDD682. Grayscale: #393939. Windows color (decimal): -12441219 or 8202562. OLE color: 8202562.

HSL color Cylindrical-coordinate representation of color #42297D: hue angle of 257.86º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42297D is Cyan = 0.47, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 41 125 -
CMYK 0.47 0.67 0 0.51
HSL 257.86º 0.51% 0.33% -
HSV(B) 257.86º 0.67% 0.49% -
XYZ 6.74 4.22 19.86 -
YUV 58.05 165.78 133.67 -
System Red Green Blue C M Y K H S L
Decimal 66 41 125 0.47 0.67 0 0.51 257.86 0.51 0.33
Hex 42 29 7D 2F 43 0 33 102 33 21
Octal 102 51 175 57 103 0 63 402 63 41
Binary 1000010 101001 1111101 101111 1000011 0 110011 100000010 110011 100001

Color Harmonies of #42297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42297D

Black with #42297D

Text Example


Text Example

White with #42297D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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