Html Css Color HEX #433975 Minsk

📋 copy color: '#433975'

red 67 ◦ green 57 ◦ blue 117

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

Shades of Minsk #433975

Tints of Minsk #433975

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 27.8%
G = 23.65%
B = 48.55%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#433975 (or 0x433975) is known color: Minsk. HEX triplet: 43, 39 and 75. RGB value is (67,57,117). Sum of RGB (Red+Green+Blue) = 67+57+117=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 117 (46.09% from 255 or 48.55% from 241); Max value from RGB is 117 - color contains mainly: blue. Hex color #433975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433975 is #BCC68A. Grayscale: #424242. Windows color (decimal): -12371595 or 7682371. OLE color: 7682371.

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

Color convert

RGB 67 57 117 -
CMYK 0.43 0.51 0 0.54
HSL 250º 0.34% 0.34% -
HSV(B) 250º 0.51% 0.46% -
XYZ 6.99 5.4 17.5 -
YUV 66.83 156.31 128.12 -
System Red Green Blue C M Y K H S L
Decimal 67 57 117 0.43 0.51 0 0.54 250 0.34 0.34
Hex 43 39 75 2B 33 0 36 FA 22 22
Octal 103 71 165 53 63 0 66 372 42 42
Binary 1000011 111001 1110101 101011 110011 0 110110 11111010 100010 100010

Color Harmonies of #433975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433975

Black with #433975

Text Example


Text Example

White with #433975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433975; }

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

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

background-color css

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

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

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

border-color css

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

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

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