Html Css Color HEX #42287F Windsor

📋 copy color: '#42287F'

red 66 ◦ green 40 ◦ blue 127

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

Shades of Windsor #42287F

Tints of Windsor #42287F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.51%

R = 28.33%
G = 17.17%
B = 54.51%

CMYK

 C value IS 0.48

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42287F (or 0x42287F) is known color: Windsor. HEX triplet: 42, 28 and 7F. RGB value is (66,40,127). Sum of RGB (Red+Green+Blue) = 66+40+127=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #42287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42287F is #BDD780. Grayscale: #393939. Windows color (decimal): -12441473 or 8333378. OLE color: 8333378.

HSL color Cylindrical-coordinate representation of color #42287F: hue angle of 257.93º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42287F is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 40 127 -
CMYK 0.48 0.69 0 0.50
HSL 257.93º 0.52% 0.33% -
HSV(B) 257.93º 0.69% 0.5% -
XYZ 6.84 4.21 20.53 -
YUV 57.69 167.11 133.93 -
System Red Green Blue C M Y K H S L
Decimal 66 40 127 0.48 0.69 0 0.50 257.93 0.52 0.33
Hex 42 28 7F 30 45 0 32 102 34 21
Octal 102 50 177 60 105 0 62 402 64 41
Binary 1000010 101000 1111111 110000 1000101 0 110010 100000010 110100 100001

Color Harmonies of #42287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42287F

Black with #42287F

Text Example


Text Example

White with #42287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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