Html Css Color HEX #423178 Windsor

📋 copy color: '#423178'

red 66 ◦ green 49 ◦ blue 120

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

Shades of Windsor #423178

Tints of Windsor #423178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

 BLUE value IS 120 (47.27% from 255) = 51.06%

R = 28.09%
G = 20.85%
B = 51.06%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423178 (or 0x423178) is known color: Windsor. HEX triplet: 42, 31 and 78. RGB value is (66,49,120). Sum of RGB (Red+Green+Blue) = 66+49+120=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 120 (47.27% from 255 or 51.06% from 235); Max value from RGB is 120 - color contains mainly: blue. Hex color #423178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423178 is #BDCE87. Grayscale: #3D3D3D. Windows color (decimal): -12439176 or 7876930. OLE color: 7876930.

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

Color convert

RGB 66 49 120 -
CMYK 0.45 0.59 0 0.53
HSL 254.37º 0.42% 0.33% -
HSV(B) 254.37º 0.59% 0.47% -
XYZ 6.74 4.71 18.32 -
YUV 62.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 66 49 120 0.45 0.59 0 0.53 254.37 0.42 0.33
Hex 42 31 78 2D 3B 0 35 FE 2A 21
Octal 102 61 170 55 73 0 65 376 52 41
Binary 1000010 110001 1111000 101101 111011 0 110101 11111110 101010 100001

Color Harmonies of #423178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423178

Black with #423178

Text Example


Text Example

White with #423178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423178; }

 p { color: rgb(66,49,120); }

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

background-color css

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

 a { background-color: rgb(66,49,120); }

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

border-color css

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

 span { border-color: rgb(66,49,120); }

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