Html Css Color HEX #47298F Blue Gem

📋 copy color: '#47298F'

red 71 ◦ green 41 ◦ blue 143

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

Shades of Blue Gem #47298F

Tints of Blue Gem #47298F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 27.84%
G = 16.08%
B = 56.08%

CMYK

 C value IS 0.50

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47298F (or 0x47298F) is known color: Blue Gem. HEX triplet: 47, 29 and 8F. RGB value is (71,41,143). Sum of RGB (Red+Green+Blue) = 71+41+143=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #47298F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47298F is #B8D670. Grayscale: #3D3D3D. Windows color (decimal): -12113521 or 9382215. OLE color: 9382215.

HSL color Cylindrical-coordinate representation of color #47298F: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47298F is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 41 143 -
CMYK 0.50 0.71 0 0.44
HSL 257.65º 0.55% 0.36% -
HSV(B) 257.65º 0.71% 0.56% -
XYZ 8.35 4.91 26.49 -
YUV 61.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 71 41 143 0.50 0.71 0 0.44 257.65 0.55 0.36
Hex 47 29 8F 32 47 0 2C 102 37 24
Octal 107 51 217 62 107 0 54 402 67 44
Binary 1000111 101001 10001111 110010 1000111 0 101100 100000010 110111 100100

Color Harmonies of #47298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47298F

Black with #47298F

Text Example


Text Example

White with #47298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47298F; }

 p { color: rgb(71,41,143); }

 H1.HeaderClassName
 {
   color: #47298F;
 }
 .AnyTagClassName
 {
   color: #47298F;
 }
</style>

background-color css

<style>
 a { background-color: #47298F; }

 a { background-color: rgb(71,41,143); }

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

border-color css

<style>
 span { border-color: #47298F; }

 span { border-color: rgb(71,41,143); }

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