Html Css Color HEX #332877 Minsk

📋 copy color: '#332877'

red 51 ◦ green 40 ◦ blue 119

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

Shades of Minsk #332877

Tints of Minsk #332877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 24.29%
G = 19.05%
B = 56.67%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#332877 (or 0x332877) is known color: Minsk. HEX triplet: 33, 28 and 77. RGB value is (51,40,119). Sum of RGB (Red+Green+Blue) = 51+40+119=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #332877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332877 is #CCD788. Grayscale: #333333. Windows color (decimal): -13424521 or 7809075. OLE color: 7809075.

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

Color convert

RGB 51 40 119 -
CMYK 0.57 0.66 0 0.53
HSL 248.35º 0.5% 0.31% -
HSV(B) 248.35º 0.66% 0.47% -
XYZ 5.45 3.55 17.85 -
YUV 52.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 51 40 119 0.57 0.66 0 0.53 248.35 0.5 0.31
Hex 33 28 77 39 42 0 35 F8 32 1F
Octal 63 50 167 71 102 0 65 370 62 37
Binary 110011 101000 1110111 111001 1000010 0 110101 11111000 110010 11111

Color Harmonies of #332877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332877

Black with #332877

Text Example


Text Example

White with #332877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332877; }

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

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

background-color css

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

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

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

border-color css

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

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

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