Html Css Color HEX #42287C Windsor

📋 copy color: '#42287C'

red 66 ◦ green 40 ◦ blue 124

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

Shades of Windsor #42287C

Tints of Windsor #42287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 28.7%
G = 17.39%
B = 53.91%

CMYK

 C value IS 0.47

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42287C (or 0x42287C) is known color: Windsor. HEX triplet: 42, 28 and 7C. RGB value is (66,40,124). Sum of RGB (Red+Green+Blue) = 66+40+124=230 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.70% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #42287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42287C is #BDD783. Grayscale: #393939. Windows color (decimal): -12441476 or 8136770. OLE color: 8136770.

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

Color convert

RGB 66 40 124 -
CMYK 0.47 0.68 0 0.51
HSL 258.57º 0.51% 0.32% -
HSV(B) 258.57º 0.68% 0.49% -
XYZ 6.64 4.13 19.52 -
YUV 57.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 66 40 124 0.47 0.68 0 0.51 258.57 0.51 0.32
Hex 42 28 7C 2F 44 0 33 103 33 20
Octal 102 50 174 57 104 0 63 403 63 40
Binary 1000010 101000 1111100 101111 1000100 0 110011 100000011 110011 100000

Color Harmonies of #42287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42287C

Black with #42287C

Text Example


Text Example

White with #42287C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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