#3B00C2

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

Shades of Purple Heart #3B00C2

Tints of Purple Heart #3B00C2

Color information

#3B00C2 (or 0x3B00C2) is unknown color: approx Purple Heart. HEX triplet: 3B, 00 and C2. RGB value is (59,0,194). Sum of RGB (Red+Green+Blue) = 59+0+194=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 194 (76.17% from 255 or 76.68% from 253); Max value from RGB is 194 - color contains mainly: blue. Hex color #3B00C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B00C2 is #C4FF3D. Grayscale: #272727. Windows color (decimal): -12910398 or 12714043. OLE color: 12714043.

HSL color Cylindrical-coordinate representation of color #3B00C2: hue angle of 258.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B00C2 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB590194-
CMYK0.70100.24
HSL258.25º100%38.04%-
HSV(B)258.25º100%76.08%-
XYZ11.544.8251.36-
YUV39.76215.05141.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 194 (76.17% from 255) = 76.68%
R=23.32%
G=0%
B=76.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5901940.70100.24258.2510038.04
Hex3B0C246640181026426
Octal73030210614403040214446
Binary111011011000010100011011001000110001000000101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B00C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,194); }

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

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

 a { background-color: rgb(59,0,194); }

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

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

 span { border-color: rgb(59,0,194); }

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