Html Css Color HEX #42247C Windsor

📋 copy color: '#42247C'

red 66 ◦ green 36 ◦ blue 124

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

Shades of Windsor #42247C

Tints of Windsor #42247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 124 (48.83% from 255) = 54.87%

R = 29.2%
G = 15.93%
B = 54.87%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42247C (or 0x42247C) is known color: Windsor. HEX triplet: 42, 24 and 7C. RGB value is (66,36,124). Sum of RGB (Red+Green+Blue) = 66+36+124=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #42247C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42247C is #BDDB83. Grayscale: #363636. Windows color (decimal): -12442500 or 8135746. OLE color: 8135746.

HSL color Cylindrical-coordinate representation of color #42247C: hue angle of 260.45º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42247C is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 36 124 -
CMYK 0.47 0.71 0 0.51
HSL 260.45º 0.55% 0.31% -
HSV(B) 260.45º 0.71% 0.49% -
XYZ 6.52 3.88 19.47 -
YUV 55 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 66 36 124 0.47 0.71 0 0.51 260.45 0.55 0.31
Hex 42 24 7C 2F 47 0 33 104 37 1F
Octal 102 44 174 57 107 0 63 404 67 37
Binary 1000010 100100 1111100 101111 1000111 0 110011 100000100 110111 11111

Color Harmonies of #42247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42247C

Black with #42247C

Text Example


Text Example

White with #42247C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,36,124); }

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

background-color css

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

 a { background-color: rgb(66,36,124); }

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

border-color css

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

 span { border-color: rgb(66,36,124); }

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