Html Css Color HEX #433275 Windsor

📋 copy color: '#433275'

red 67 ◦ green 50 ◦ blue 117

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

Shades of Windsor #433275

Tints of Windsor #433275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50%

R = 28.63%
G = 21.37%
B = 50%

CMYK

 C value IS 0.43

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#433275 (or 0x433275) is known color: Windsor. HEX triplet: 43, 32 and 75. RGB value is (67,50,117). Sum of RGB (Red+Green+Blue) = 67+50+117=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 117 (46.09% from 255 or 50% from 234); Max value from RGB is 117 - color contains mainly: blue. Hex color #433275 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433275 is #BCCD8A. Grayscale: #3E3E3E. Windows color (decimal): -12373387 or 7680579. OLE color: 7680579.

HSL color Cylindrical-coordinate representation of color #433275: hue angle of 255.22º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433275 is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 67 50 117 -
CMYK 0.43 0.57 0 0.54
HSL 255.22º 0.4% 0.33% -
HSV(B) 255.22º 0.57% 0.46% -
XYZ 6.67 4.76 17.4 -
YUV 62.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 67 50 117 0.43 0.57 0 0.54 255.22 0.4 0.33
Hex 43 32 75 2B 39 0 36 FF 28 21
Octal 103 62 165 53 71 0 66 377 50 41
Binary 1000011 110010 1110101 101011 111001 0 110110 11111111 101000 100001

Color Harmonies of #433275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433275

Black with #433275

Text Example


Text Example

White with #433275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433275; }

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

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

background-color css

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

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

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

border-color css

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

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

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