#71529D

Color #71529D Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #71529D

Tints of Studio #71529D

Color information

#71529D (or 0x71529D) is unknown color: approx Studio. HEX triplet: 71, 52 and 9D. RGB value is (113,82,157). Sum of RGB (Red+Green+Blue) = 113+82+157=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #71529D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71529D is #8EAD62. Grayscale: #636363. Windows color (decimal): -9350499 or 10310257. OLE color: 10310257.

HSL color Cylindrical-coordinate representation of color #71529D: hue angle of 264.8º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71529D is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11382157-
CMYK0.280.4800.38
HSL264.8º31.38%46.86%-
HSV(B)264.8º47.77%61.57%-
XYZ15.9111.9833.37-
YUV99.82160.27137.4-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 157 (61.72% from 255) = 44.60%
R=32.10%
G=23.30%
B=44.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113821570.280.4800.38264.831.3846.86
Hex71529D1C300261091f2f
Octal16112223534600464113757
Binary111000110100101001110111100110000010011010000100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71529D; }

 p { color: rgb(113,82,157); }

 H1.HeaderClassName
 {
   color: #71529D;
 }
 .AnyTagClassName
 {
   color: #71529D;
 }
</style>
background-color css

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

 a { background-color: rgb(113,82,157); }

 div.DivClassName
 {
   background-color: #71529D;
 }
 .BgClassName
 {
   background-color: #71529D;
 }
</style>
border-color css

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

 span { border-color: rgb(113,82,157); }

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