Html Css Color HEX #433378 Windsor

📋 copy color: '#433378'

red 67 ◦ green 51 ◦ blue 120

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

Shades of Windsor #433378

Tints of Windsor #433378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.42%

R = 28.15%
G = 21.43%
B = 50.42%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#433378 (or 0x433378) is known color: Windsor. HEX triplet: 43, 33 and 78. RGB value is (67,51,120). Sum of RGB (Red+Green+Blue) = 67+51+120=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 120 (47.27% from 255 or 50.42% from 238); Max value from RGB is 120 - color contains mainly: blue. Hex color #433378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433378 is #BCCC87. Grayscale: #3F3F3F. Windows color (decimal): -12373128 or 7877443. OLE color: 7877443.

HSL color Cylindrical-coordinate representation of color #433378: hue angle of 253.91º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #433378 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 51 120 -
CMYK 0.44 0.58 0 0.53
HSL 253.91º 0.4% 0.34% -
HSV(B) 253.91º 0.58% 0.47% -
XYZ 6.89 4.92 18.36 -
YUV 63.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 67 51 120 0.44 0.58 0 0.53 253.91 0.4 0.34
Hex 43 33 78 2C 3A 0 35 FE 28 22
Octal 103 63 170 54 72 0 65 376 50 42
Binary 1000011 110011 1111000 101100 111010 0 110101 11111110 101000 100010

Color Harmonies of #433378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433378

Black with #433378

Text Example


Text Example

White with #433378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433378; }

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

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

background-color css

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

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

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

border-color css

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

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

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