Html Css Color HEX #482371 Blue Diamond

📋 copy color: '#482371'

red 72 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #482371

Tints of Blue Diamond #482371

RGB

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

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

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

R = 32.73%
G = 15.91%
B = 51.36%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482371 (or 0x482371) is known color: Blue Diamond. HEX triplet: 48, 23 and 71. RGB value is (72,35,113). Sum of RGB (Red+Green+Blue) = 72+35+113=220 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.73% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #482371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482371 is #B7DC8E. Grayscale: #363636. Windows color (decimal): -12049551 or 7414600. OLE color: 7414600.

HSL color Cylindrical-coordinate representation of color #482371: hue angle of 268.46º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #482371 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 35 113 -
CMYK 0.36 0.69 0 0.56
HSL 268.46º 0.53% 0.29% -
HSV(B) 268.46º 0.69% 0.44% -
XYZ 6.25 3.77 16.02 -
YUV 54.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 72 35 113 0.36 0.69 0 0.56 268.46 0.53 0.29
Hex 48 23 71 24 45 0 38 10C 35 1D
Octal 110 43 161 44 105 0 70 414 65 35
Binary 1001000 100011 1110001 100100 1000101 0 111000 100001100 110101 11101

Color Harmonies of #482371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482371

Black with #482371

Text Example


Text Example

White with #482371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482371; }

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

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

background-color css

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

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

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

border-color css

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

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

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