Html Css Color HEX #471F6C Blue Diamond

📋 copy color: '#471F6C'

red 71 ◦ green 31 ◦ blue 108

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

Shades of Blue Diamond #471F6C

Tints of Blue Diamond #471F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.43%

R = 33.81%
G = 14.76%
B = 51.43%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#471F6C (or 0x471F6C) is known color: Blue Diamond. HEX triplet: 47, 1F and 6C. RGB value is (71,31,108). Sum of RGB (Red+Green+Blue) = 71+31+108=210 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.81% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #471F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F6C is #B8E093. Grayscale: #333333. Windows color (decimal): -12116116 or 7085895. OLE color: 7085895.

HSL color Cylindrical-coordinate representation of color #471F6C: hue angle of 271.17º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #471F6C is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 71 31 108 -
CMYK 0.34 0.71 0 0.58
HSL 271.17º 0.55% 0.27% -
HSV(B) 271.17º 0.71% 0.42% -
XYZ 5.8 3.4 14.54 -
YUV 51.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 71 31 108 0.34 0.71 0 0.58 271.17 0.55 0.27
Hex 47 1F 6C 22 47 0 3A 10F 37 1B
Octal 107 37 154 42 107 0 72 417 67 33
Binary 1000111 11111 1101100 100010 1000111 0 111010 100001111 110111 11011

Color Harmonies of #471F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471F6C

Black with #471F6C

Text Example


Text Example

White with #471F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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