Html Css Color HEX #471F97 Blue Gem

📋 copy color: '#471F97'

red 71 ◦ green 31 ◦ blue 151

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

Shades of Blue Gem #471F97

Tints of Blue Gem #471F97

RGB

 RED value IS 71 (28.13% from 255) = 28.06%

 GREEN value IS 31 (12.5% from 255) = 12.25%

 BLUE value IS 151 (59.38% from 255) = 59.68%

R = 28.06%
G = 12.25%
B = 59.68%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#471F97 (or 0x471F97) is known color: Blue Gem. HEX triplet: 47, 1F and 97. RGB value is (71,31,151). Sum of RGB (Red+Green+Blue) = 71+31+151=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 31 (12.5% from 255 or 12.25% from 253); Blue value is 151 (59.38% from 255 or 59.68% from 253); Max value from RGB is 151 - color contains mainly: blue. Hex color #471F97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471F97 is #B8E068. Grayscale: #383838. Windows color (decimal): -12116073 or 9903943. OLE color: 9903943.

HSL color Cylindrical-coordinate representation of color #471F97: hue angle of 260º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #471F97 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 31 151 -
CMYK 0.53 0.79 0 0.41
HSL 260º 0.66% 0.36% -
HSV(B) 260º 0.79% 0.59% -
XYZ 8.67 4.55 29.7 -
YUV 56.64 181.25 138.24 -
System Red Green Blue C M Y K H S L
Decimal 71 31 151 0.53 0.79 0 0.41 260 0.66 0.36
Hex 47 1F 97 35 4F 0 29 104 42 24
Octal 107 37 227 65 117 0 51 404 102 44
Binary 1000111 11111 10010111 110101 1001111 0 101001 100000100 1000010 100100

Color Harmonies of #471F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F97

Black with #471F97

Text Example


Text Example

White with #471F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471F97; }

 p { color: rgb(71,31,151); }

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

background-color css

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

 a { background-color: rgb(71,31,151); }

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

border-color css

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

 span { border-color: rgb(71,31,151); }

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