Html Css Color HEX #4128B8 Purple Heart

📋 copy color: '#4128B8'

red 65 ◦ green 40 ◦ blue 184

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

Shades of Purple Heart #4128B8

Tints of Purple Heart #4128B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 63.67%

R = 22.49%
G = 13.84%
B = 63.67%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#4128B8 (or 0x4128B8) is known color: Purple Heart. HEX triplet: 41, 28 and B8. RGB value is (65,40,184). Sum of RGB (Red+Green+Blue) = 65+40+184=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 184 (72.27% from 255 or 63.67% from 289); Max value from RGB is 184 - color contains mainly: blue. Hex color #4128B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4128B8 is #BED747. Grayscale: #3F3F3F. Windows color (decimal): -12506952 or 12068929. OLE color: 12068929.

HSL color Cylindrical-coordinate representation of color #4128B8: hue angle of 250.42º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4128B8 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 40 184 -
CMYK 0.65 0.78 0 0.28
HSL 250.42º 0.64% 0.44% -
HSV(B) 250.42º 0.78% 0.72% -
XYZ 11.59 6.1 45.91 -
YUV 63.89 195.78 128.79 -
System Red Green Blue C M Y K H S L
Decimal 65 40 184 0.65 0.78 0 0.28 250.42 0.64 0.44
Hex 41 28 B8 41 4E 0 1C FA 40 2C
Octal 101 50 270 101 116 0 34 372 100 54
Binary 1000001 101000 10111000 1000001 1001110 0 11100 11111010 1000000 101100

Color Harmonies of #4128B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4128B8

Black with #4128B8

Text Example


Text Example

White with #4128B8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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