Html Css Color HEX #411BB8 Purple Heart

📋 copy color: '#411BB8'

red 65 ◦ green 27 ◦ blue 184

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

Shades of Purple Heart #411BB8

Tints of Purple Heart #411BB8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.78%

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

R = 23.55%
G = 9.78%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#411BB8 (or 0x411BB8) is known color: Purple Heart. HEX triplet: 41, 1B and B8. RGB value is (65,27,184). Sum of RGB (Red+Green+Blue) = 65+27+184=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 27 (10.94% from 255 or 9.78% from 276); Blue value is 184 (72.27% from 255 or 66.67% from 276); Max value from RGB is 184 - color contains mainly: blue. Hex color #411BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411BB8 is #BEE447. Grayscale: #373737. Windows color (decimal): -12510280 or 12065601. OLE color: 12065601.

HSL color Cylindrical-coordinate representation of color #411BB8: hue angle of 254.52º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411BB8 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 65 27 184 -
CMYK 0.65 0.85 0 0.28
HSL 254.52º 0.74% 0.41% -
HSV(B) 254.52º 0.85% 0.72% -
XYZ 11.22 5.37 45.79 -
YUV 56.26 200.09 134.23 -
System Red Green Blue C M Y K H S L
Decimal 65 27 184 0.65 0.85 0 0.28 254.52 0.74 0.41
Hex 41 1B B8 41 55 0 1C FF 4A 29
Octal 101 33 270 101 125 0 34 377 112 51
Binary 1000001 11011 10111000 1000001 1010101 0 11100 11111111 1001010 101001

Color Harmonies of #411BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411BB8

Black with #411BB8

Text Example


Text Example

White with #411BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411BB8; }

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

 H1.HeaderClassName
 {
   color: #411BB8;
 }
 .AnyTagClassName
 {
   color: #411BB8;
 }
</style>

background-color css

<style>
 a { background-color: #411BB8; }

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

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

border-color css

<style>
 span { border-color: #411BB8; }

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

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