Html Css Color HEX #423079 Windsor

📋 copy color: '#423079'

red 66 ◦ green 48 ◦ blue 121

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

Shades of Windsor #423079

Tints of Windsor #423079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 28.09%
G = 20.43%
B = 51.49%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423079 (or 0x423079) is known color: Windsor. HEX triplet: 42, 30 and 79. RGB value is (66,48,121). Sum of RGB (Red+Green+Blue) = 66+48+121=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 121 (47.66% from 255 or 51.49% from 235); Max value from RGB is 121 - color contains mainly: blue. Hex color #423079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423079 is #BDCF86. Grayscale: #3D3D3D. Windows color (decimal): -12439431 or 7942210. OLE color: 7942210.

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

Color convert

RGB 66 48 121 -
CMYK 0.45 0.60 0 0.53
HSL 254.79º 0.43% 0.33% -
HSV(B) 254.79º 0.6% 0.47% -
XYZ 6.75 4.65 18.63 -
YUV 61.7 161.46 131.06 -
System Red Green Blue C M Y K H S L
Decimal 66 48 121 0.45 0.60 0 0.53 254.79 0.43 0.33
Hex 42 30 79 2D 3C 0 35 FF 2B 21
Octal 102 60 171 55 74 0 65 377 53 41
Binary 1000010 110000 1111001 101101 111100 0 110101 11111111 101011 100001

Color Harmonies of #423079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423079

Black with #423079

Text Example


Text Example

White with #423079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423079; }

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

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

background-color css

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

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

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

border-color css

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

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

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