#3E08BA

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

Shades of Purple Heart #3E08BA

Tints of Purple Heart #3E08BA

Color information

#3E08BA (or 0x3E08BA) is unknown color: approx Purple Heart. HEX triplet: 3E, 08 and BA. RGB value is (62,8,186). Sum of RGB (Red+Green+Blue) = 62+8+186=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3E08BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E08BA is #C1F745. Grayscale: #2B2B2B. Windows color (decimal): -12711750 or 12191806. OLE color: 12191806.

HSL color Cylindrical-coordinate representation of color #3E08BA: hue angle of 258.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E08BA is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB628186-
CMYK0.670.9600.27
HSL258.2º91.75%38.04%-
HSV(B)258.2º95.7%72.94%-
XYZ10.944.7446.79-
YUV44.44207.89140.53-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 8 (3.52% from 255) = 3.12%
BLUE value IS 186 (73.05% from 255) = 72.66%
R=24.22%
G=3.12%
B=72.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal6281860.670.9600.27258.291.7538.04
Hex3E8BA436001B1025c26
Octal761027210314003340213446
Binary111110100010111010100001111000000110111000000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E08BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,8,186); }

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

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

 a { background-color: rgb(62,8,186); }

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

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

 span { border-color: rgb(62,8,186); }

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