Html Css Color HEX #433077 Windsor

📋 copy color: '#433077'

red 67 ◦ green 48 ◦ blue 119

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

Shades of Windsor #433077

Tints of Windsor #433077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 28.63%
G = 20.51%
B = 50.85%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#433077 (or 0x433077) is known color: Windsor. HEX triplet: 43, 30 and 77. RGB value is (67,48,119). Sum of RGB (Red+Green+Blue) = 67+48+119=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #433077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433077 is #BCCF88. Grayscale: #3D3D3D. Windows color (decimal): -12373897 or 7811139. OLE color: 7811139.

HSL color Cylindrical-coordinate representation of color #433077: hue angle of 256.06º 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 #433077 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 48 119 -
CMYK 0.44 0.60 0 0.53
HSL 256.06º 0.43% 0.33% -
HSV(B) 256.06º 0.6% 0.47% -
XYZ 6.7 4.64 17.99 -
YUV 61.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 67 48 119 0.44 0.60 0 0.53 256.06 0.43 0.33
Hex 43 30 77 2C 3C 0 35 100 2B 21
Octal 103 60 167 54 74 0 65 400 53 41
Binary 1000011 110000 1110111 101100 111100 0 110101 100000000 101011 100001

Color Harmonies of #433077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433077

Black with #433077

Text Example


Text Example

White with #433077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433077; }

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

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

background-color css

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

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

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

border-color css

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

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

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