Html Css Color HEX #472399 Blue Gem

📋 copy color: '#472399'

red 71 ◦ green 35 ◦ blue 153

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

Shades of Blue Gem #472399

Tints of Blue Gem #472399

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.51%

 BLUE value IS 153 (60.16% from 255) = 59.07%

R = 27.41%
G = 13.51%
B = 59.07%

CMYK

 C value IS 0.54

 M value IS 0.77

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#472399 (or 0x472399) is known color: Blue Gem. HEX triplet: 47, 23 and 99. RGB value is (71,35,153). Sum of RGB (Red+Green+Blue) = 71+35+153=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #472399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #472399 is #B8DC66. Grayscale: #3A3A3A. Windows color (decimal): -12115047 or 10036039. OLE color: 10036039.

HSL color Cylindrical-coordinate representation of color #472399: hue angle of 258.31º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #472399 is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 35 153 -
CMYK 0.54 0.77 0 0.4
HSL 258.31º 0.63% 0.37% -
HSV(B) 258.31º 0.77% 0.6% -
XYZ 8.95 4.84 30.6 -
YUV 59.22 180.93 136.41 -
System Red Green Blue C M Y K H S L
Decimal 71 35 153 0.54 0.77 0 0.4 258.31 0.63 0.37
Hex 47 23 99 36 4D 0 28 102 3F 25
Octal 107 43 231 66 115 0 50 402 77 45
Binary 1000111 100011 10011001 110110 1001101 0 101000 100000010 111111 100101

Color Harmonies of #472399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472399

Black with #472399

Text Example


Text Example

White with #472399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472399; }

 p { color: rgb(71,35,153); }

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

background-color css

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

 a { background-color: rgb(71,35,153); }

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

border-color css

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

 span { border-color: rgb(71,35,153); }

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