Html Css Color HEX #332878 Minsk

📋 copy color: '#332878'

red 51 ◦ green 40 ◦ blue 120

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

Shades of Minsk #332878

Tints of Minsk #332878

RGB

 RED value IS 51 (20.31% from 255) = 24.17%

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 120 (47.27% from 255) = 56.87%

R = 24.17%
G = 18.96%
B = 56.87%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332878 (or 0x332878) is known color: Minsk. HEX triplet: 33, 28 and 78. RGB value is (51,40,120). Sum of RGB (Red+Green+Blue) = 51+40+120=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #332878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332878 is #CCD787. Grayscale: #343434. Windows color (decimal): -13424520 or 7874611. OLE color: 7874611.

HSL color Cylindrical-coordinate representation of color #332878: hue angle of 248.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #332878 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 40 120 -
CMYK 0.58 0.67 0 0.53
HSL 248.25º 0.5% 0.31% -
HSV(B) 248.25º 0.67% 0.47% -
XYZ 5.51 3.58 18.17 -
YUV 52.41 166.14 127 -
System Red Green Blue C M Y K H S L
Decimal 51 40 120 0.58 0.67 0 0.53 248.25 0.5 0.31
Hex 33 28 78 3A 43 0 35 F8 32 1F
Octal 63 50 170 72 103 0 65 370 62 37
Binary 110011 101000 1111000 111010 1000011 0 110101 11111000 110010 11111

Color Harmonies of #332878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332878

Black with #332878

Text Example


Text Example

White with #332878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332878; }

 p { color: rgb(51,40,120); }

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

background-color css

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

 a { background-color: rgb(51,40,120); }

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

border-color css

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

 span { border-color: rgb(51,40,120); }

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