#3D22BC

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

Shades of Purple Heart #3D22BC

Tints of Purple Heart #3D22BC

Color information

#3D22BC (or 0x3D22BC) is unknown color: approx Purple Heart. HEX triplet: 3D, 22 and BC. RGB value is (61,34,188). Sum of RGB (Red+Green+Blue) = 61+34+188=283 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.55% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D22BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D22BC is #C2DD43. Grayscale: #3B3B3B. Windows color (decimal): -12770628 or 12329533. OLE color: 12329533.

HSL color Cylindrical-coordinate representation of color #3D22BC: hue angle of 250.52º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D22BC is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6134188-
CMYK0.680.8200.26
HSL250.52º69.37%43.53%-
HSV(B)250.52º81.91%73.73%-
XYZ11.575.7748.08-
YUV59.63200.45128.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.55%
GREEN value IS 34 (13.67% from 255) = 12.01%
BLUE value IS 188 (73.83% from 255) = 66.43%
R=21.55%
G=12.01%
B=66.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61341880.680.8200.26250.5269.3743.53
Hex3D22BC445201Afb452c
Octal754227410412203237310554
Binary1111011000101011110010001001010010011010111110111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D22BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,34,188); }

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

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

 a { background-color: rgb(61,34,188); }

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

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

 span { border-color: rgb(61,34,188); }

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