Html Css Color HEX #433170 Windsor

📋 copy color: '#433170'

red 67 ◦ green 49 ◦ blue 112

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

Shades of Windsor #433170

Tints of Windsor #433170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 49.12%

R = 29.39%
G = 21.49%
B = 49.12%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#433170 (or 0x433170) is known color: Windsor. HEX triplet: 43, 31 and 70. RGB value is (67,49,112). Sum of RGB (Red+Green+Blue) = 67+49+112=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #433170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433170 is #BCCE8F. Grayscale: #3D3D3D. Windows color (decimal): -12373648 or 7352643. OLE color: 7352643.

HSL color Cylindrical-coordinate representation of color #433170: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #433170 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 49 112 -
CMYK 0.40 0.56 0 0.56
HSL 257.14º 0.39% 0.32% -
HSV(B) 257.14º 0.56% 0.44% -
XYZ 6.34 4.56 15.88 -
YUV 61.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 67 49 112 0.40 0.56 0 0.56 257.14 0.39 0.32
Hex 43 31 70 28 38 0 38 101 27 20
Octal 103 61 160 50 70 0 70 401 47 40
Binary 1000011 110001 1110000 101000 111000 0 111000 100000001 100111 100000

Color Harmonies of #433170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433170

Black with #433170

Text Example


Text Example

White with #433170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433170; }

 p { color: rgb(67,49,112); }

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

background-color css

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

 a { background-color: rgb(67,49,112); }

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

border-color css

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

 span { border-color: rgb(67,49,112); }

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