Html Css Color HEX #433080 Windsor

📋 copy color: '#433080'

red 67 ◦ green 48 ◦ blue 128

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

Shades of Windsor #433080

Tints of Windsor #433080

RGB

 RED value IS 67 (26.56% from 255) = 27.57%

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

 BLUE value IS 128 (50.39% from 255) = 52.67%

R = 27.57%
G = 19.75%
B = 52.67%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#433080 (or 0x433080) is known color: Windsor. HEX triplet: 43, 30 and 80. RGB value is (67,48,128). Sum of RGB (Red+Green+Blue) = 67+48+128=243 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.57% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #433080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433080 is #BCCF7F. Grayscale: #3E3E3E. Windows color (decimal): -12373888 or 8400963. OLE color: 8400963.

HSL color Cylindrical-coordinate representation of color #433080: hue angle of 254.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #433080 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 67 48 128 -
CMYK 0.48 0.62 0 0.50
HSL 254.25º 0.45% 0.35% -
HSV(B) 254.25º 0.63% 0.5% -
XYZ 7.27 4.87 20.98 -
YUV 62.8 164.79 131 -
System Red Green Blue C M Y K H S L
Decimal 67 48 128 0.48 0.62 0 0.50 254.25 0.45 0.35
Hex 43 30 80 30 3E 0 32 FE 2D 23
Octal 103 60 200 60 76 0 62 376 55 43
Binary 1000011 110000 10000000 110000 111110 0 110010 11111110 101101 100011

Color Harmonies of #433080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433080

Black with #433080

Text Example


Text Example

White with #433080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433080; }

 p { color: rgb(67,48,128); }

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

background-color css

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

 a { background-color: rgb(67,48,128); }

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

border-color css

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

 span { border-color: rgb(67,48,128); }

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