Html Css Color HEX #481F71 Blue Diamond

📋 copy color: '#481F71'

red 72 ◦ green 31 ◦ blue 113

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

Shades of Blue Diamond #481F71

Tints of Blue Diamond #481F71

RGB

 RED value IS 72 (28.52% from 255) = 33.33%

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

 BLUE value IS 113 (44.53% from 255) = 52.31%

R = 33.33%
G = 14.35%
B = 52.31%

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

#481F71 (or 0x481F71) is known color: Blue Diamond. HEX triplet: 48, 1F and 71. RGB value is (72,31,113). Sum of RGB (Red+Green+Blue) = 72+31+113=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #481F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481F71 is #B7E08E. Grayscale: #343434. Windows color (decimal): -12050575 or 7413576. OLE color: 7413576.

HSL color Cylindrical-coordinate representation of color #481F71: hue angle of 270º 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 #481F71 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 31 113 -
CMYK 0.36 0.73 0 0.56
HSL 270º 0.57% 0.28% -
HSV(B) 270º 0.73% 0.44% -
XYZ 6.14 3.55 15.98 -
YUV 52.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 72 31 113 0.36 0.73 0 0.56 270 0.57 0.28
Hex 48 1F 71 24 49 0 38 10E 39 1C
Octal 110 37 161 44 111 0 70 416 71 34
Binary 1001000 11111 1110001 100100 1001001 0 111000 100001110 111001 11100

Color Harmonies of #481F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F71

Black with #481F71

Text Example


Text Example

White with #481F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F71; }

 p { color: rgb(72,31,113); }

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

background-color css

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

 a { background-color: rgb(72,31,113); }

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

border-color css

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

 span { border-color: rgb(72,31,113); }

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