Html Css Color HEX #411DCB Purple Heart

📋 copy color: '#411DCB'

red 65 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #411DCB

Tints of Purple Heart #411DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 21.89%
G = 9.76%
B = 68.35%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#411DCB (or 0x411DCB) is known color: Purple Heart. HEX triplet: 41, 1D and CB. RGB value is (65,29,203). Sum of RGB (Red+Green+Blue) = 65+29+203=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 29 (11.72% from 255 or 9.76% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #411DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #411DCB is #BEE234. Grayscale: #3A3A3A. Windows color (decimal): -12509749 or 13311297. OLE color: 13311297.

HSL color Cylindrical-coordinate representation of color #411DCB: hue angle of 252.41º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411DCB is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 29 203 -
CMYK 0.68 0.86 0 0.20
HSL 252.41º 0.75% 0.45% -
HSV(B) 252.41º 0.86% 0.8% -
XYZ 13.4 6.31 57.01 -
YUV 59.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 65 29 203 0.68 0.86 0 0.20 252.41 0.75 0.45
Hex 41 1D CB 44 56 0 14 FC 4B 2D
Octal 101 35 313 104 126 0 24 374 113 55
Binary 1000001 11101 11001011 1000100 1010110 0 10100 11111100 1001011 101101

Color Harmonies of #411DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411DCB

Black with #411DCB

Text Example


Text Example

White with #411DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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