#803BB0

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

Shades of Studio #803BB0

Tints of Studio #803BB0

Color information

#803BB0 (or 0x803BB0) is unknown color: approx Studio. HEX triplet: 80, 3B and B0. RGB value is (128,59,176). Sum of RGB (Red+Green+Blue) = 128+59+176=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #803BB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BB0 is #7FC44F. Grayscale: #5C5C5C. Windows color (decimal): -8373328 or 11549568. OLE color: 11549568.

HSL color Cylindrical-coordinate representation of color #803BB0: hue angle of 275.38º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803BB0 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12859176-
CMYK0.270.6600.31
HSL275.38º49.79%46.08%-
HSV(B)275.38º66.48%69.02%-
XYZ18.310.8542.2-
YUV92.97174.86152.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.26%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 176 (69.14% from 255) = 48.48%
R=35.26%
G=16.25%
B=48.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128591760.270.6600.31275.3849.7946.08
Hex803BB01B4201F113322e
Octal20073260331020374236256
Binary1000000011101110110000110111000010011111100010011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803BB0; }

 p { color: rgb(128,59,176); }

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

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

 a { background-color: rgb(128,59,176); }

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

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

 span { border-color: rgb(128,59,176); }

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