Html Css Color HEX #482571 Blue Diamond

📋 copy color: '#482571'

red 72 ◦ green 37 ◦ blue 113

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

Shades of Blue Diamond #482571

Tints of Blue Diamond #482571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 32.43%
G = 16.67%
B = 50.9%

CMYK

 C value IS 0.36

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#482571 (or 0x482571) is known color: Blue Diamond. HEX triplet: 48, 25 and 71. RGB value is (72,37,113). Sum of RGB (Red+Green+Blue) = 72+37+113=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 113 (44.53% from 255 or 50.90% from 222); Max value from RGB is 113 - color contains mainly: blue. Hex color #482571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482571 is #B7DA8E. Grayscale: #373737. Windows color (decimal): -12049039 or 7415112. OLE color: 7415112.

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

Color convert

RGB 72 37 113 -
CMYK 0.36 0.67 0 0.56
HSL 267.63º 0.51% 0.29% -
HSV(B) 267.63º 0.67% 0.44% -
XYZ 6.31 3.89 16.04 -
YUV 56.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 72 37 113 0.36 0.67 0 0.56 267.63 0.51 0.29
Hex 48 25 71 24 43 0 38 10C 33 1D
Octal 110 45 161 44 103 0 70 414 63 35
Binary 1001000 100101 1110001 100100 1000011 0 111000 100001100 110011 11101

Color Harmonies of #482571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482571

Black with #482571

Text Example


Text Example

White with #482571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482571; }

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

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

background-color css

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

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

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

border-color css

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

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

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