Html Css Color HEX #423379 Windsor

📋 copy color: '#423379'

red 66 ◦ green 51 ◦ blue 121

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

Shades of Windsor #423379

Tints of Windsor #423379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 27.73%
G = 21.43%
B = 50.84%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423379 (or 0x423379) is known color: Windsor. HEX triplet: 42, 33 and 79. RGB value is (66,51,121). Sum of RGB (Red+Green+Blue) = 66+51+121=238 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.73% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #423379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423379 is #BDCC86. Grayscale: #3F3F3F. Windows color (decimal): -12438663 or 7942978. OLE color: 7942978.

HSL color Cylindrical-coordinate representation of color #423379: hue angle of 252.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423379 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 51 121 -
CMYK 0.45 0.58 0 0.53
HSL 252.86º 0.41% 0.34% -
HSV(B) 252.86º 0.58% 0.47% -
XYZ 6.88 4.91 18.67 -
YUV 63.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 66 51 121 0.45 0.58 0 0.53 252.86 0.41 0.34
Hex 42 33 79 2D 3A 0 35 FD 29 22
Octal 102 63 171 55 72 0 65 375 51 42
Binary 1000010 110011 1111001 101101 111010 0 110101 11111101 101001 100010

Color Harmonies of #423379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423379

Black with #423379

Text Example


Text Example

White with #423379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423379; }

 p { color: rgb(66,51,121); }

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

background-color css

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

 a { background-color: rgb(66,51,121); }

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

border-color css

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

 span { border-color: rgb(66,51,121); }

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