Html Css Color HEX #323147 Revolver

📋 copy color: '#323147'

red 50 ◦ green 49 ◦ blue 71

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

Shades of Revolver #323147

Tints of Revolver #323147

RGB

 RED value IS 50 (19.92% from 255) = 29.41%

 GREEN value IS 49 (19.53% from 255) = 28.82%

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 29.41%
G = 28.82%
B = 41.76%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#323147 (or 0x323147) is known color: Revolver. HEX triplet: 32, 31 and 47. RGB value is (50,49,71). Sum of RGB (Red+Green+Blue) = 50+49+71=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #323147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323147 is #CDCEB8. Grayscale: #333333. Windows color (decimal): -13487801 or 4665650. OLE color: 4665650.

HSL color Cylindrical-coordinate representation of color #323147: hue angle of 242.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #323147 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 50 49 71 -
CMYK 0.30 0.31 0 0.72
HSL 242.73º 0.18% 0.24% -
HSV(B) 242.73º 0.31% 0.28% -
XYZ 3.55 3.33 6.42 -
YUV 51.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 50 49 71 0.30 0.31 0 0.72 242.73 0.18 0.24
Hex 32 31 47 1E 1F 0 48 F3 12 18
Octal 62 61 107 36 37 0 110 363 22 30
Binary 110010 110001 1000111 11110 11111 0 1001000 11110011 10010 11000

Color Harmonies of #323147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323147

Black with #323147

Text Example


Text Example

White with #323147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323147; }

 p { color: rgb(50,49,71); }

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

background-color css

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

 a { background-color: rgb(50,49,71); }

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

border-color css

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

 span { border-color: rgb(50,49,71); }

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