Html Css Color HEX #433472 Minsk

📋 copy color: '#433472'

red 67 ◦ green 52 ◦ blue 114

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

Shades of Minsk #433472

Tints of Minsk #433472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.32%

 BLUE value IS 114 (44.92% from 255) = 48.93%

R = 28.76%
G = 22.32%
B = 48.93%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#433472 (or 0x433472) is known color: Minsk. HEX triplet: 43, 34 and 72. RGB value is (67,52,114). Sum of RGB (Red+Green+Blue) = 67+52+114=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #433472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433472 is #BCCB8D. Grayscale: #3F3F3F. Windows color (decimal): -12372878 or 7484483. OLE color: 7484483.

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

Color convert

RGB 67 52 114 -
CMYK 0.41 0.54 0 0.55
HSL 254.52º 0.37% 0.33% -
HSV(B) 254.52º 0.54% 0.45% -
XYZ 6.58 4.86 16.51 -
YUV 63.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 67 52 114 0.41 0.54 0 0.55 254.52 0.37 0.33
Hex 43 34 72 29 36 0 37 FF 25 21
Octal 103 64 162 51 66 0 67 377 45 41
Binary 1000011 110100 1110010 101001 110110 0 110111 11111111 100101 100001

Color Harmonies of #433472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433472

Black with #433472

Text Example


Text Example

White with #433472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433472; }

 p { color: rgb(67,52,114); }

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

background-color css

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

 a { background-color: rgb(67,52,114); }

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

border-color css

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

 span { border-color: rgb(67,52,114); }

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