Html Css Color HEX #422684 Windsor

📋 copy color: '#422684'

red 66 ◦ green 38 ◦ blue 132

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

Shades of Windsor #422684

Tints of Windsor #422684

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 132 (51.95% from 255) = 55.93%

R = 27.97%
G = 16.1%
B = 55.93%

CMYK

 C value IS 0.5

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#422684 (or 0x422684) is known color: Windsor. HEX triplet: 42, 26 and 84. RGB value is (66,38,132). Sum of RGB (Red+Green+Blue) = 66+38+132=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #422684 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422684 is #BDD97B. Grayscale: #383838. Windows color (decimal): -12441980 or 8660546. OLE color: 8660546.

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

Color convert

RGB 66 38 132 -
CMYK 0.5 0.71 0 0.48
HSL 257.87º 0.55% 0.33% -
HSV(B) 257.87º 0.71% 0.52% -
XYZ 7.1 4.21 22.27 -
YUV 57.09 170.28 134.36 -
System Red Green Blue C M Y K H S L
Decimal 66 38 132 0.5 0.71 0 0.48 257.87 0.55 0.33
Hex 42 26 84 32 47 0 30 102 37 21
Octal 102 46 204 62 107 0 60 402 67 41
Binary 1000010 100110 10000100 110010 1000111 0 110000 100000010 110111 100001

Color Harmonies of #422684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422684

Black with #422684

Text Example


Text Example

White with #422684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422684; }

 p { color: rgb(66,38,132); }

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

background-color css

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

 a { background-color: rgb(66,38,132); }

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

border-color css

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

 span { border-color: rgb(66,38,132); }

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