Html Css Color HEX #4128BB Purple Heart

📋 copy color: '#4128BB'

red 65 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #4128BB

Tints of Purple Heart #4128BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.04%

R = 22.26%
G = 13.7%
B = 64.04%

CMYK

 C value IS 0.65

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4128BB (or 0x4128BB) is known color: Purple Heart. HEX triplet: 41, 28 and BB. RGB value is (65,40,187). Sum of RGB (Red+Green+Blue) = 65+40+187=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 187 (73.44% from 255 or 64.04% from 292); Max value from RGB is 187 - color contains mainly: blue. Hex color #4128BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128BB is #BED744. Grayscale: #3F3F3F. Windows color (decimal): -12506949 or 12265537. OLE color: 12265537.

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

Color convert

RGB 65 40 187 -
CMYK 0.65 0.79 0 0.27
HSL 250.2º 0.65% 0.45% -
HSV(B) 250.2º 0.79% 0.73% -
XYZ 11.91 6.23 47.59 -
YUV 64.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 65 40 187 0.65 0.79 0 0.27 250.2 0.65 0.45
Hex 41 28 BB 41 4F 0 1B FA 41 2D
Octal 101 50 273 101 117 0 33 372 101 55
Binary 1000001 101000 10111011 1000001 1001111 0 11011 11111010 1000001 101101

Color Harmonies of #4128BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128BB

Black with #4128BB

Text Example


Text Example

White with #4128BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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