Html Css Color HEX #391CAC Blue Gem

📋 copy color: '#391CAC'

red 57 ◦ green 28 ◦ blue 172

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

Shades of Blue Gem #391CAC

Tints of Blue Gem #391CAC

RGB

 RED value IS 57 (22.66% from 255) = 22.18%

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 22.18%
G = 10.89%
B = 66.93%

CMYK

 C value IS 0.67

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#391CAC (or 0x391CAC) is known color: Blue Gem. HEX triplet: 39, 1C and AC. RGB value is (57,28,172). Sum of RGB (Red+Green+Blue) = 57+28+172=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #391CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391CAC is #C6E353. Grayscale: #343434. Windows color (decimal): -13034324 or 11279417. OLE color: 11279417.

HSL color Cylindrical-coordinate representation of color #391CAC: hue angle of 252.08º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #391CAC is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 28 172 -
CMYK 0.67 0.84 0 0.33
HSL 252.08º 0.72% 0.39% -
HSV(B) 252.08º 0.84% 0.67% -
XYZ 9.55 4.68 39.43 -
YUV 53.09 195.11 130.79 -
System Red Green Blue C M Y K H S L
Decimal 57 28 172 0.67 0.84 0 0.33 252.08 0.72 0.39
Hex 39 1C AC 43 54 0 21 FC 48 27
Octal 71 34 254 103 124 0 41 374 110 47
Binary 111001 11100 10101100 1000011 1010100 0 100001 11111100 1001000 100111

Color Harmonies of #391CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391CAC

Black with #391CAC

Text Example


Text Example

White with #391CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391CAC; }

 p { color: rgb(57,28,172); }

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

background-color css

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

 a { background-color: rgb(57,28,172); }

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

border-color css

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

 span { border-color: rgb(57,28,172); }

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