Html Css Color HEX #42288B Windsor

📋 copy color: '#42288B'

red 66 ◦ green 40 ◦ blue 139

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

Shades of Windsor #42288B

Tints of Windsor #42288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.73%

R = 26.94%
G = 16.33%
B = 56.73%

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

#42288B (or 0x42288B) is known color: Windsor. HEX triplet: 42, 28 and 8B. RGB value is (66,40,139). Sum of RGB (Red+Green+Blue) = 66+40+139=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #42288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42288B is #BDD774. Grayscale: #3A3A3A. Windows color (decimal): -12441461 or 9119810. OLE color: 9119810.

HSL color Cylindrical-coordinate representation of color #42288B: hue angle of 255.76º degrees, saturation: 0.55, 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 #42288B is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 40 139 -
CMYK 0.53 0.71 0 0.45
HSL 255.76º 0.55% 0.35% -
HSV(B) 255.76º 0.71% 0.55% -
XYZ 7.67 4.54 24.9 -
YUV 59.06 173.11 132.95 -
System Red Green Blue C M Y K H S L
Decimal 66 40 139 0.53 0.71 0 0.45 255.76 0.55 0.35
Hex 42 28 8B 35 47 0 2D 100 37 23
Octal 102 50 213 65 107 0 55 400 67 43
Binary 1000010 101000 10001011 110101 1000111 0 101101 100000000 110111 100011

Color Harmonies of #42288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42288B

Black with #42288B

Text Example


Text Example

White with #42288B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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