Html Css Color HEX #433270 Minsk

📋 copy color: '#433270'

red 67 ◦ green 50 ◦ blue 112

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

Shades of Minsk #433270

Tints of Minsk #433270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

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

R = 29.26%
G = 21.83%
B = 48.91%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#433270 (or 0x433270) is known color: Minsk. HEX triplet: 43, 32 and 70. RGB value is (67,50,112). Sum of RGB (Red+Green+Blue) = 67+50+112=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #433270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433270 is #BCCD8F. Grayscale: #3D3D3D. Windows color (decimal): -12373392 or 7352899. OLE color: 7352899.

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

Color convert

RGB 67 50 112 -
CMYK 0.40 0.55 0 0.56
HSL 256.45º 0.38% 0.32% -
HSV(B) 256.45º 0.55% 0.44% -
XYZ 6.38 4.64 15.89 -
YUV 62.15 156.13 131.46 -
System Red Green Blue C M Y K H S L
Decimal 67 50 112 0.40 0.55 0 0.56 256.45 0.38 0.32
Hex 43 32 70 28 37 0 38 100 26 20
Octal 103 62 160 50 67 0 70 400 46 40
Binary 1000011 110010 1110000 101000 110111 0 111000 100000000 100110 100000

Color Harmonies of #433270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433270

Black with #433270

Text Example


Text Example

White with #433270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433270; }

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

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

background-color css

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

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

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

border-color css

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

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

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