Html Css Color HEX #422682 Windsor

📋 copy color: '#422682'

red 66 ◦ green 38 ◦ blue 130

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

Shades of Windsor #422682

Tints of Windsor #422682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 28.21%
G = 16.24%
B = 55.56%

CMYK

 C value IS 0.49

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422682 (or 0x422682) is known color: Windsor. HEX triplet: 42, 26 and 82. RGB value is (66,38,130). Sum of RGB (Red+Green+Blue) = 66+38+130=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 38 (15.23% from 255 or 16.24% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #422682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422682 is #BDD97D. Grayscale: #383838. Windows color (decimal): -12441982 or 8529474. OLE color: 8529474.

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

Color convert

RGB 66 38 130 -
CMYK 0.49 0.71 0 0.49
HSL 258.26º 0.55% 0.33% -
HSV(B) 258.26º 0.71% 0.51% -
XYZ 6.97 4.16 21.55 -
YUV 56.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 66 38 130 0.49 0.71 0 0.49 258.26 0.55 0.33
Hex 42 26 82 31 47 0 31 102 37 21
Octal 102 46 202 61 107 0 61 402 67 41
Binary 1000010 100110 10000010 110001 1000111 0 110001 100000010 110111 100001

Color Harmonies of #422682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422682

Black with #422682

Text Example


Text Example

White with #422682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422682; }

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

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

background-color css

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

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

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

border-color css

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

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

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