Html Css Color HEX #433272 Windsor

📋 copy color: '#433272'

red 67 ◦ green 50 ◦ blue 114

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

Shades of Windsor #433272

Tints of Windsor #433272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 29%
G = 21.65%
B = 49.35%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#433272 (or 0x433272) is known color: Windsor. HEX triplet: 43, 32 and 72. RGB value is (67,50,114). Sum of RGB (Red+Green+Blue) = 67+50+114=231 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.00% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #433272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433272 is #BCCD8D. Grayscale: #3E3E3E. Windows color (decimal): -12373390 or 7483971. OLE color: 7483971.

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

Color convert

RGB 67 50 114 -
CMYK 0.41 0.56 0 0.55
HSL 255.94º 0.39% 0.32% -
HSV(B) 255.94º 0.56% 0.45% -
XYZ 6.49 4.69 16.48 -
YUV 62.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 67 50 114 0.41 0.56 0 0.55 255.94 0.39 0.32
Hex 43 32 72 29 38 0 37 100 27 20
Octal 103 62 162 51 70 0 67 400 47 40
Binary 1000011 110010 1110010 101001 111000 0 110111 100000000 100111 100000

Color Harmonies of #433272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433272

Black with #433272

Text Example


Text Example

White with #433272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433272; }

 p { color: rgb(67,50,114); }

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

background-color css

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

 a { background-color: rgb(67,50,114); }

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

border-color css

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

 span { border-color: rgb(67,50,114); }

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