Html Css Color HEX #411DBC Purple Heart

📋 copy color: '#411DBC'

red 65 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #411DBC

Tints of Purple Heart #411DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.28%

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 23.05%
G = 10.28%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#411DBC (or 0x411DBC) is known color: Purple Heart. HEX triplet: 41, 1D and BC. RGB value is (65,29,188). Sum of RGB (Red+Green+Blue) = 65+29+188=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #411DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DBC is #BEE243. Grayscale: #393939. Windows color (decimal): -12509764 or 12328257. OLE color: 12328257.

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

Color convert

RGB 65 29 188 -
CMYK 0.65 0.85 0 0.26
HSL 253.58º 0.73% 0.43% -
HSV(B) 253.58º 0.85% 0.74% -
XYZ 11.7 5.63 48.05 -
YUV 57.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 65 29 188 0.65 0.85 0 0.26 253.58 0.73 0.43
Hex 41 1D BC 41 55 0 1A FE 49 2B
Octal 101 35 274 101 125 0 32 376 111 53
Binary 1000001 11101 10111100 1000001 1010101 0 11010 11111110 1001001 101011

Color Harmonies of #411DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DBC

Black with #411DBC

Text Example


Text Example

White with #411DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,29,188); }

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

background-color css

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

 a { background-color: rgb(65,29,188); }

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

border-color css

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

 span { border-color: rgb(65,29,188); }

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