#4230BF

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

Shades of Purple Heart #4230BF

Tints of Purple Heart #4230BF

Color information

#4230BF (or 0x4230BF) is unknown color: approx Purple Heart. HEX triplet: 42, 30 and BF. RGB value is (66,48,191). Sum of RGB (Red+Green+Blue) = 66+48+191=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #4230BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230BF is #BDCF40. Grayscale: #454545. Windows color (decimal): -12439361 or 12529730. OLE color: 12529730.

HSL color Cylindrical-coordinate representation of color #4230BF: hue angle of 247.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4230BF is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6648191-
CMYK0.650.7500.25
HSL247.55º59.83%46.86%-
HSV(B)247.55º74.87%74.9%-
XYZ12.717.0349.98-
YUV69.68196.46125.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 191 (75% from 255) = 62.62%
R=21.64%
G=15.74%
B=62.62%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66481910.650.7500.25247.5559.8346.86
Hex4230BF414B019f83c2f
Octal102602771011130313707457
Binary1000010110000101111111000001100101101100111111000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4230BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4230BF; }

 p { color: rgb(66,48,191); }

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

<style>
 a { background-color: #4230BF; }

 a { background-color: rgb(66,48,191); }

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

<style>
 span { border-color: #4230BF; }

 span { border-color: rgb(66,48,191); }

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