Html Css Color HEX #423278 Windsor

📋 copy color: '#423278'

red 66 ◦ green 50 ◦ blue 120

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

Shades of Windsor #423278

Tints of Windsor #423278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

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

R = 27.97%
G = 21.19%
B = 50.85%

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

#423278 (or 0x423278) is known color: Windsor. HEX triplet: 42, 32 and 78. RGB value is (66,50,120). Sum of RGB (Red+Green+Blue) = 66+50+120=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #423278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423278 is #BDCD87. Grayscale: #3E3E3E. Windows color (decimal): -12438920 or 7877186. OLE color: 7877186.

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

Color convert

RGB 66 50 120 -
CMYK 0.45 0.58 0 0.53
HSL 253.71º 0.41% 0.33% -
HSV(B) 253.71º 0.58% 0.47% -
XYZ 6.78 4.8 18.34 -
YUV 62.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 66 50 120 0.45 0.58 0 0.53 253.71 0.41 0.33
Hex 42 32 78 2D 3A 0 35 FE 29 21
Octal 102 62 170 55 72 0 65 376 51 41
Binary 1000010 110010 1111000 101101 111010 0 110101 11111110 101001 100001

Color Harmonies of #423278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423278

Black with #423278

Text Example


Text Example

White with #423278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423278; }

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

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

background-color css

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

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

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

border-color css

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

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

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