Html Css Color HEX #411CBA Purple Heart

📋 copy color: '#411CBA'

red 65 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #411CBA

Tints of Purple Heart #411CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 186 (73.05% from 255) = 66.67%

R = 23.3%
G = 10.04%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#411CBA (or 0x411CBA) is known color: Purple Heart. HEX triplet: 41, 1C and BA. RGB value is (65,28,186). Sum of RGB (Red+Green+Blue) = 65+28+186=279 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.30% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 186 (73.05% from 255 or 66.67% from 279); Max value from RGB is 186 - color contains mainly: blue. Hex color #411CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411CBA is #BEE345. Grayscale: #383838. Windows color (decimal): -12510022 or 12196929. OLE color: 12196929.

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

Color convert

RGB 65 28 186 -
CMYK 0.65 0.85 0 0.27
HSL 254.05º 0.74% 0.42% -
HSV(B) 254.05º 0.85% 0.73% -
XYZ 11.46 5.5 46.91 -
YUV 57.08 200.76 133.65 -
System Red Green Blue C M Y K H S L
Decimal 65 28 186 0.65 0.85 0 0.27 254.05 0.74 0.42
Hex 41 1C BA 41 55 0 1B FE 4A 2A
Octal 101 34 272 101 125 0 33 376 112 52
Binary 1000001 11100 10111010 1000001 1010101 0 11011 11111110 1001010 101010

Color Harmonies of #411CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411CBA

Black with #411CBA

Text Example


Text Example

White with #411CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,28,186); }

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

background-color css

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

 a { background-color: rgb(65,28,186); }

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

border-color css

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

 span { border-color: rgb(65,28,186); }

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