Html Css Color HEX #42357C Windsor

📋 copy color: '#42357C'

red 66 ◦ green 53 ◦ blue 124

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

Shades of Windsor #42357C

Tints of Windsor #42357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 27.16%
G = 21.81%
B = 51.03%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42357C (or 0x42357C) is known color: Windsor. HEX triplet: 42, 35 and 7C. RGB value is (66,53,124). Sum of RGB (Red+Green+Blue) = 66+53+124=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #42357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42357C is #BDCA83. Grayscale: #404040. Windows color (decimal): -12438148 or 8140098. OLE color: 8140098.

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

Color convert

RGB 66 53 124 -
CMYK 0.47 0.57 0 0.51
HSL 250.99º 0.4% 0.35% -
HSV(B) 250.99º 0.57% 0.49% -
XYZ 7.16 5.16 19.69 -
YUV 64.98 161.31 128.73 -
System Red Green Blue C M Y K H S L
Decimal 66 53 124 0.47 0.57 0 0.51 250.99 0.4 0.35
Hex 42 35 7C 2F 39 0 33 FB 28 23
Octal 102 65 174 57 71 0 63 373 50 43
Binary 1000010 110101 1111100 101111 111001 0 110011 11111011 101000 100011

Color Harmonies of #42357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42357C

Black with #42357C

Text Example


Text Example

White with #42357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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