Html Css Color HEX #391AAD Blue Gem

📋 copy color: '#391AAD'

red 57 ◦ green 26 ◦ blue 173

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

Shades of Blue Gem #391AAD

Tints of Blue Gem #391AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 22.27%
G = 10.16%
B = 67.58%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#391AAD (or 0x391AAD) is known color: Blue Gem. HEX triplet: 39, 1A and AD. RGB value is (57,26,173). Sum of RGB (Red+Green+Blue) = 57+26+173=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #391AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391AAD is #C6E552. Grayscale: #333333. Windows color (decimal): -13034835 or 11344441. OLE color: 11344441.

HSL color Cylindrical-coordinate representation of color #391AAD: hue angle of 252.65º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #391AAD is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 57 26 173 -
CMYK 0.67 0.85 0 0.32
HSL 252.65º 0.74% 0.39% -
HSV(B) 252.65º 0.85% 0.68% -
XYZ 9.6 4.63 39.92 -
YUV 52.03 196.27 131.55 -
System Red Green Blue C M Y K H S L
Decimal 57 26 173 0.67 0.85 0 0.32 252.65 0.74 0.39
Hex 39 1A AD 43 55 0 20 FD 4A 27
Octal 71 32 255 103 125 0 40 375 112 47
Binary 111001 11010 10101101 1000011 1010101 0 100000 11111101 1001010 100111

Color Harmonies of #391AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391AAD

Black with #391AAD

Text Example


Text Example

White with #391AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,26,173); }

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

background-color css

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

 a { background-color: rgb(57,26,173); }

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

border-color css

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

 span { border-color: rgb(57,26,173); }

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