Html Css Color HEX #42288C Windsor

📋 copy color: '#42288C'

red 66 ◦ green 40 ◦ blue 140

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

Shades of Windsor #42288C

Tints of Windsor #42288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.91%

R = 26.83%
G = 16.26%
B = 56.91%

CMYK

 C value IS 0.53

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42288C (or 0x42288C) is known color: Windsor. HEX triplet: 42, 28 and 8C. RGB value is (66,40,140). Sum of RGB (Red+Green+Blue) = 66+40+140=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #42288C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288C is #BDD773. Grayscale: #3A3A3A. Windows color (decimal): -12441460 or 9185346. OLE color: 9185346.

HSL color Cylindrical-coordinate representation of color #42288C: hue angle of 255.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42288C is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 40 140 -
CMYK 0.53 0.71 0 0.45
HSL 255.6º 0.56% 0.35% -
HSV(B) 255.6º 0.71% 0.55% -
XYZ 7.74 4.57 25.29 -
YUV 59.17 173.61 132.87 -
System Red Green Blue C M Y K H S L
Decimal 66 40 140 0.53 0.71 0 0.45 255.6 0.56 0.35
Hex 42 28 8C 35 47 0 2D 100 38 23
Octal 102 50 214 65 107 0 55 400 70 43
Binary 1000010 101000 10001100 110101 1000111 0 101101 100000000 111000 100011

Color Harmonies of #42288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42288C

Black with #42288C

Text Example


Text Example

White with #42288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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