Html Css Color HEX #422383 Windsor

📋 copy color: '#422383'

red 66 ◦ green 35 ◦ blue 131

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

Shades of Windsor #422383

Tints of Windsor #422383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.09%

 BLUE value IS 131 (51.56% from 255) = 56.47%

R = 28.45%
G = 15.09%
B = 56.47%

CMYK

 C value IS 0.50

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#422383 (or 0x422383) is known color: Windsor. HEX triplet: 42, 23 and 83. RGB value is (66,35,131). Sum of RGB (Red+Green+Blue) = 66+35+131=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 131 (51.56% from 255 or 56.47% from 232); Max value from RGB is 131 - color contains mainly: blue. Hex color #422383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #422383 is #BDDC7C. Grayscale: #363636. Windows color (decimal): -12442749 or 8594242. OLE color: 8594242.

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

Color convert

RGB 66 35 131 -
CMYK 0.50 0.73 0 0.49
HSL 259.38º 0.58% 0.33% -
HSV(B) 259.38º 0.73% 0.51% -
XYZ 6.94 4 21.88 -
YUV 55.21 170.77 135.69 -
System Red Green Blue C M Y K H S L
Decimal 66 35 131 0.50 0.73 0 0.49 259.38 0.58 0.33
Hex 42 23 83 32 49 0 31 103 3A 21
Octal 102 43 203 62 111 0 61 403 72 41
Binary 1000010 100011 10000011 110010 1001001 0 110001 100000011 111010 100001

Color Harmonies of #422383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422383

Black with #422383

Text Example


Text Example

White with #422383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422383; }

 p { color: rgb(66,35,131); }

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

background-color css

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

 a { background-color: rgb(66,35,131); }

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

border-color css

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

 span { border-color: rgb(66,35,131); }

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