#71529B

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

Shades of Studio #71529B

Tints of Studio #71529B

Color information

#71529B (or 0x71529B) is unknown color: approx Studio. HEX triplet: 71, 52 and 9B. RGB value is (113,82,155). Sum of RGB (Red+Green+Blue) = 113+82+155=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #71529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71529B is #8EAD64. Grayscale: #636363. Windows color (decimal): -9350501 or 10179185. OLE color: 10179185.

HSL color Cylindrical-coordinate representation of color #71529B: hue angle of 265.48º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71529B is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11382155-
CMYK0.270.4700.39
HSL265.48º30.8%46.47%-
HSV(B)265.48º47.1%60.78%-
XYZ15.7411.9132.48-
YUV99.59159.27137.56-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 82 (32.42% from 255) = 23.43%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=32.29%
G=23.43%
B=44.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113821550.270.4700.39265.4830.846.47
Hex71529B1B2F0271091f2e
Octal16112223333570474113756
Binary111000110100101001101111011101111010011110000100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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