Html Css Color HEX #391BAB Blue Gem

📋 copy color: '#391BAB'

red 57 ◦ green 27 ◦ blue 171

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

Shades of Blue Gem #391BAB

Tints of Blue Gem #391BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

 BLUE value IS 171 (67.19% from 255) = 67.06%

R = 22.35%
G = 10.59%
B = 67.06%

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

#391BAB (or 0x391BAB) is known color: Blue Gem. HEX triplet: 39, 1B and AB. RGB value is (57,27,171). Sum of RGB (Red+Green+Blue) = 57+27+171=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #391BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391BAB is #C6E454. Grayscale: #333333. Windows color (decimal): -13034581 or 11213625. OLE color: 11213625.

HSL color Cylindrical-coordinate representation of color #391BAB: hue angle of 252.5º degrees, saturation: 0.73, 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 #391BAB is Cyan = 0.67, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 57 27 171 -
CMYK 0.67 0.84 0 0.33
HSL 252.5º 0.73% 0.39% -
HSV(B) 252.5º 0.84% 0.67% -
XYZ 9.43 4.59 38.92 -
YUV 52.39 194.94 131.29 -
System Red Green Blue C M Y K H S L
Decimal 57 27 171 0.67 0.84 0 0.33 252.5 0.73 0.39
Hex 39 1B AB 43 54 0 21 FD 49 27
Octal 71 33 253 103 124 0 41 375 111 47
Binary 111001 11011 10101011 1000011 1010100 0 100001 11111101 1001001 100111

Color Harmonies of #391BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391BAB

Black with #391BAB

Text Example


Text Example

White with #391BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,27,171); }

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

background-color css

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

 a { background-color: rgb(57,27,171); }

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

border-color css

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

 span { border-color: rgb(57,27,171); }

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