Html Css Color HEX #433970 Minsk

📋 copy color: '#433970'

red 67 ◦ green 57 ◦ blue 112

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

Shades of Minsk #433970

Tints of Minsk #433970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.46%

R = 28.39%
G = 24.15%
B = 47.46%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#433970 (or 0x433970) is known color: Minsk. HEX triplet: 43, 39 and 70. RGB value is (67,57,112). Sum of RGB (Red+Green+Blue) = 67+57+112=236 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.39% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #433970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433970 is #BCC68F. Grayscale: #424242. Windows color (decimal): -12371600 or 7354691. OLE color: 7354691.

HSL color Cylindrical-coordinate representation of color #433970: hue angle of 250.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #433970 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 67 57 112 -
CMYK 0.40 0.49 0 0.56
HSL 250.91º 0.33% 0.33% -
HSV(B) 250.91º 0.49% 0.44% -
XYZ 6.7 5.29 16 -
YUV 66.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 67 57 112 0.40 0.49 0 0.56 250.91 0.33 0.33
Hex 43 39 70 28 31 0 38 FB 21 21
Octal 103 71 160 50 61 0 70 373 41 41
Binary 1000011 111001 1110000 101000 110001 0 111000 11111011 100001 100001

Color Harmonies of #433970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433970

Black with #433970

Text Example


Text Example

White with #433970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433970; }

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

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

background-color css

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

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

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

border-color css

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

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

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