Html Css Color HEX #421DBC Purple Heart

📋 copy color: '#421DBC'

red 66 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #421DBC

Tints of Purple Heart #421DBC

RGB

 RED value IS 66 (26.17% from 255) = 23.32%

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

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

R = 23.32%
G = 10.25%
B = 66.43%

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

#421DBC (or 0x421DBC) is known color: Purple Heart. HEX triplet: 42, 1D and BC. RGB value is (66,29,188). Sum of RGB (Red+Green+Blue) = 66+29+188=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #421DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DBC is #BDE243. Grayscale: #393939. Windows color (decimal): -12444228 or 12328258. OLE color: 12328258.

HSL color Cylindrical-coordinate representation of color #421DBC: hue angle of 253.96º 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 #421DBC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 29 188 -
CMYK 0.65 0.85 0 0.26
HSL 253.96º 0.73% 0.43% -
HSV(B) 253.96º 0.85% 0.74% -
XYZ 11.76 5.67 48.05 -
YUV 58.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 66 29 188 0.65 0.85 0 0.26 253.96 0.73 0.43
Hex 42 1D BC 41 55 0 1A FE 49 2B
Octal 102 35 274 101 125 0 32 376 111 53
Binary 1000010 11101 10111100 1000001 1010101 0 11010 11111110 1001001 101011

Color Harmonies of #421DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DBC

Black with #421DBC

Text Example


Text Example

White with #421DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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