#3B08B6

Color #3B08B6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #3B08B6

Tints of Purple Heart #3B08B6

Color information

#3B08B6 (or 0x3B08B6) is unknown color: approx Purple Heart. HEX triplet: 3B, 08 and B6. RGB value is (59,8,182). Sum of RGB (Red+Green+Blue) = 59+8+182=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 182 (71.48% from 255 or 73.09% from 249); Max value from RGB is 182 - color contains mainly: blue. Hex color #3B08B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B08B6 is #C4F749. Grayscale: #2A2A2A. Windows color (decimal): -12908362 or 11929659. OLE color: 11929659.

HSL color Cylindrical-coordinate representation of color #3B08B6: hue angle of 257.59º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B08B6 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB598182-
CMYK0.680.9600.29
HSL257.59º91.58%37.25%-
HSV(B)257.59º95.6%71.37%-
XYZ10.334.4844.58-
YUV43.08206.4139.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 8 (3.52% from 255) = 3.21%
BLUE value IS 182 (71.48% from 255) = 73.09%
R=23.69%
G=3.21%
B=73.09%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5981820.680.9600.29257.5991.5837.25
Hex3B8B6446001D1025c25
Octal731026610414003540213445
Binary111011100010110110100010011000000111011000000101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B08B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B08B6; }

 p { color: rgb(59,8,182); }

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

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

 a { background-color: rgb(59,8,182); }

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

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

 span { border-color: rgb(59,8,182); }

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