Html Css Color HEX #471E6F Blue Diamond

📋 copy color: '#471E6F'

red 71 ◦ green 30 ◦ blue 111

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

Shades of Blue Diamond #471E6F

Tints of Blue Diamond #471E6F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.15%

 BLUE value IS 111 (43.75% from 255) = 52.36%

R = 33.49%
G = 14.15%
B = 52.36%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#471E6F (or 0x471E6F) is known color: Blue Diamond. HEX triplet: 47, 1E and 6F. RGB value is (71,30,111). Sum of RGB (Red+Green+Blue) = 71+30+111=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #471E6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471E6F is #B8E190. Grayscale: #333333. Windows color (decimal): -12116369 or 7282247. OLE color: 7282247.

HSL color Cylindrical-coordinate representation of color #471E6F: hue angle of 270.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #471E6F is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 71 30 111 -
CMYK 0.36 0.73 0 0.56
HSL 270.37º 0.57% 0.28% -
HSV(B) 270.37º 0.73% 0.44% -
XYZ 5.93 3.42 15.39 -
YUV 51.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 71 30 111 0.36 0.73 0 0.56 270.37 0.57 0.28
Hex 47 1E 6F 24 49 0 38 10E 39 1C
Octal 107 36 157 44 111 0 70 416 71 34
Binary 1000111 11110 1101111 100100 1001001 0 111000 100001110 111001 11100

Color Harmonies of #471E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E6F

Black with #471E6F

Text Example


Text Example

White with #471E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,30,111); }

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

background-color css

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

 a { background-color: rgb(71,30,111); }

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

border-color css

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

 span { border-color: rgb(71,30,111); }

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