Html Css Color HEX #433375 Windsor

📋 copy color: '#433375'

red 67 ◦ green 51 ◦ blue 117

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

Shades of Windsor #433375

Tints of Windsor #433375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

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

R = 28.51%
G = 21.7%
B = 49.79%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#433375 (or 0x433375) is known color: Windsor. HEX triplet: 43, 33 and 75. RGB value is (67,51,117). Sum of RGB (Red+Green+Blue) = 67+51+117=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #433375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433375 is #BCCC8A. Grayscale: #3F3F3F. Windows color (decimal): -12373131 or 7680835. OLE color: 7680835.

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

Color convert

RGB 67 51 117 -
CMYK 0.43 0.56 0 0.54
HSL 254.55º 0.39% 0.33% -
HSV(B) 254.55º 0.56% 0.46% -
XYZ 6.71 4.85 17.41 -
YUV 63.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 67 51 117 0.43 0.56 0 0.54 254.55 0.39 0.33
Hex 43 33 75 2B 38 0 36 FF 27 21
Octal 103 63 165 53 70 0 66 377 47 41
Binary 1000011 110011 1110101 101011 111000 0 110110 11111111 100111 100001

Color Harmonies of #433375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433375

Black with #433375

Text Example


Text Example

White with #433375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433375; }

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

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

background-color css

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

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

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

border-color css

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

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

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