Html Css Color HEX #4128BD Purple Heart

📋 copy color: '#4128BD'

red 65 ◦ green 40 ◦ blue 189

#4128BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4128BD

Tints of Purple Heart #4128BD

RGB

 RED value IS 65 (25.78% from 255) = 22.11%

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 22.11%
G = 13.61%
B = 64.29%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4128BD (or 0x4128BD) is known color: Purple Heart. HEX triplet: 41, 28 and BD. RGB value is (65,40,189). Sum of RGB (Red+Green+Blue) = 65+40+189=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #4128BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128BD is #BED742. Grayscale: #3F3F3F. Windows color (decimal): -12506947 or 12396609. OLE color: 12396609.

HSL color Cylindrical-coordinate representation of color #4128BD: hue angle of 250.07º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4128BD is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 40 189 -
CMYK 0.66 0.79 0 0.26
HSL 250.07º 0.65% 0.45% -
HSV(B) 250.07º 0.79% 0.74% -
XYZ 12.12 6.32 48.72 -
YUV 64.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 65 40 189 0.66 0.79 0 0.26 250.07 0.65 0.45
Hex 41 28 BD 42 4F 0 1A FA 41 2D
Octal 101 50 275 102 117 0 32 372 101 55
Binary 1000001 101000 10111101 1000010 1001111 0 11010 11111010 1000001 101101

Color Harmonies of #4128BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128BD

Black with #4128BD

Text Example


Text Example

White with #4128BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4128BD; }

 p { color: rgb(65,40,189); }

 H1.HeaderClassName
 {
   color: #4128BD;
 }
 .AnyTagClassName
 {
   color: #4128BD;
 }
</style>

background-color css

<style>
 a { background-color: #4128BD; }

 a { background-color: rgb(65,40,189); }

 div.DivClassName
 {
   background-color: #4128BD;
 }
 .BgClassName
 {
   background-color: #4128BD;
 }
</style>

border-color css

<style>
 span { border-color: #4128BD; }

 span { border-color: rgb(65,40,189); }

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