Html Css Color HEX #481C71 Blue Diamond

📋 copy color: '#481C71'

red 72 ◦ green 28 ◦ blue 113

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

Shades of Blue Diamond #481C71

Tints of Blue Diamond #481C71

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.15%

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

R = 33.8%
G = 13.15%
B = 53.05%

CMYK

 C value IS 0.36

 M value IS 0.75

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#481C71 (or 0x481C71) is known color: Blue Diamond. HEX triplet: 48, 1C and 71. RGB value is (72,28,113). Sum of RGB (Red+Green+Blue) = 72+28+113=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 113 (44.53% from 255 or 53.05% from 213); Max value from RGB is 113 - color contains mainly: blue. Hex color #481C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C71 is #B7E38E. Grayscale: #323232. Windows color (decimal): -12051343 or 7412808. OLE color: 7412808.

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

Color convert

RGB 72 28 113 -
CMYK 0.36 0.75 0 0.56
HSL 271.06º 0.6% 0.28% -
HSV(B) 271.06º 0.75% 0.44% -
XYZ 6.07 3.4 15.96 -
YUV 50.85 163.08 143.09 -
System Red Green Blue C M Y K H S L
Decimal 72 28 113 0.36 0.75 0 0.56 271.06 0.6 0.28
Hex 48 1C 71 24 4B 0 38 10F 3C 1C
Octal 110 34 161 44 113 0 70 417 74 34
Binary 1001000 11100 1110001 100100 1001011 0 111000 100001111 111100 11100

Color Harmonies of #481C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C71

Black with #481C71

Text Example


Text Example

White with #481C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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