Html Css Color HEX #422681 Windsor

📋 copy color: '#422681'

red 66 ◦ green 38 ◦ blue 129

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

Shades of Windsor #422681

Tints of Windsor #422681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 28.33%
G = 16.31%
B = 55.36%

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

#422681 (or 0x422681) is known color: Windsor. HEX triplet: 42, 26 and 81. RGB value is (66,38,129). Sum of RGB (Red+Green+Blue) = 66+38+129=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #422681 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422681 is #BDD97E. Grayscale: #383838. Windows color (decimal): -12441983 or 8463938. OLE color: 8463938.

HSL color Cylindrical-coordinate representation of color #422681: hue angle of 258.46º degrees, saturation: 0.54, 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 #422681 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 38 129 -
CMYK 0.49 0.71 0 0.49
HSL 258.46º 0.54% 0.33% -
HSV(B) 258.46º 0.71% 0.51% -
XYZ 6.9 4.13 21.2 -
YUV 56.75 168.78 134.6 -
System Red Green Blue C M Y K H S L
Decimal 66 38 129 0.49 0.71 0 0.49 258.46 0.54 0.33
Hex 42 26 81 31 47 0 31 102 36 21
Octal 102 46 201 61 107 0 61 402 66 41
Binary 1000010 100110 10000001 110001 1000111 0 110001 100000010 110110 100001

Color Harmonies of #422681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422681

Black with #422681

Text Example


Text Example

White with #422681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422681; }

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

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

background-color css

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

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

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

border-color css

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

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

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