Html Css Color HEX #433374 Windsor

📋 copy color: '#433374'

red 67 ◦ green 51 ◦ blue 116

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

Shades of Windsor #433374

Tints of Windsor #433374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.57%

R = 28.63%
G = 21.79%
B = 49.57%

CMYK

 C value IS 0.42

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#433374 (or 0x433374) is known color: Windsor. HEX triplet: 43, 33 and 74. RGB value is (67,51,116). Sum of RGB (Red+Green+Blue) = 67+51+116=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 116 (45.70% from 255 or 49.57% from 234); Max value from RGB is 116 - color contains mainly: blue. Hex color #433374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433374 is #BCCC8B. Grayscale: #3E3E3E. Windows color (decimal): -12373132 or 7615299. OLE color: 7615299.

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

Color convert

RGB 67 51 116 -
CMYK 0.42 0.56 0 0.55
HSL 254.77º 0.39% 0.33% -
HSV(B) 254.77º 0.56% 0.45% -
XYZ 6.65 4.82 17.1 -
YUV 63.19 157.8 130.71 -
System Red Green Blue C M Y K H S L
Decimal 67 51 116 0.42 0.56 0 0.55 254.77 0.39 0.33
Hex 43 33 74 2A 38 0 37 FF 27 21
Octal 103 63 164 52 70 0 67 377 47 41
Binary 1000011 110011 1110100 101010 111000 0 110111 11111111 100111 100001

Color Harmonies of #433374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433374

Black with #433374

Text Example


Text Example

White with #433374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433374; }

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

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

background-color css

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

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

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

border-color css

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

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

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