Html Css Color HEX #423376 Windsor

📋 copy color: '#423376'

red 66 ◦ green 51 ◦ blue 118

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

Shades of Windsor #423376

Tints of Windsor #423376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 28.09%
G = 21.7%
B = 50.21%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423376 (or 0x423376) is known color: Windsor. HEX triplet: 42, 33 and 76. RGB value is (66,51,118). Sum of RGB (Red+Green+Blue) = 66+51+118=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #423376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423376 is #BDCC89. Grayscale: #3E3E3E. Windows color (decimal): -12438666 or 7746370. OLE color: 7746370.

HSL color Cylindrical-coordinate representation of color #423376: hue angle of 253.43º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423376 is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 51 118 -
CMYK 0.44 0.57 0 0.54
HSL 253.43º 0.4% 0.33% -
HSV(B) 253.43º 0.57% 0.46% -
XYZ 6.7 4.83 17.72 -
YUV 63.12 158.97 130.05 -
System Red Green Blue C M Y K H S L
Decimal 66 51 118 0.44 0.57 0 0.54 253.43 0.4 0.33
Hex 42 33 76 2C 39 0 36 FD 28 21
Octal 102 63 166 54 71 0 66 375 50 41
Binary 1000010 110011 1110110 101100 111001 0 110110 11111101 101000 100001

Color Harmonies of #423376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423376

Black with #423376

Text Example


Text Example

White with #423376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423376; }

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

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

background-color css

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

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

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

border-color css

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

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

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