Html Css Color HEX #391DAA Blue Gem

📋 copy color: '#391DAA'

red 57 ◦ green 29 ◦ blue 170

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

Shades of Blue Gem #391DAA

Tints of Blue Gem #391DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 22.27%
G = 11.33%
B = 66.41%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#391DAA (or 0x391DAA) is known color: Blue Gem. HEX triplet: 39, 1D and AA. RGB value is (57,29,170). Sum of RGB (Red+Green+Blue) = 57+29+170=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #391DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #391DAA is #C6E255. Grayscale: #343434. Windows color (decimal): -13034070 or 11148601. OLE color: 11148601.

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

Color convert

RGB 57 29 170 -
CMYK 0.66 0.83 0 0.33
HSL 251.91º 0.71% 0.39% -
HSV(B) 251.91º 0.83% 0.67% -
XYZ 9.38 4.65 38.43 -
YUV 53.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 57 29 170 0.66 0.83 0 0.33 251.91 0.71 0.39
Hex 39 1D AA 42 53 0 21 FC 47 27
Octal 71 35 252 102 123 0 41 374 107 47
Binary 111001 11101 10101010 1000010 1010011 0 100001 11111100 1000111 100111

Color Harmonies of #391DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391DAA

Black with #391DAA

Text Example


Text Example

White with #391DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,29,170); }

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

background-color css

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

 a { background-color: rgb(57,29,170); }

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

border-color css

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

 span { border-color: rgb(57,29,170); }

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