Html Css Color HEX #421DBA Purple Heart

📋 copy color: '#421DBA'

red 66 ◦ green 29 ◦ blue 186

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

Shades of Purple Heart #421DBA

Tints of Purple Heart #421DBA

RGB

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

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

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

R = 23.49%
G = 10.32%
B = 66.19%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#421DBA (or 0x421DBA) is known color: Purple Heart. HEX triplet: 42, 1D and BA. RGB value is (66,29,186). Sum of RGB (Red+Green+Blue) = 66+29+186=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #421DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DBA is #BDE245. Grayscale: #393939. Windows color (decimal): -12444230 or 12197186. OLE color: 12197186.

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

Color convert

RGB 66 29 186 -
CMYK 0.65 0.84 0 0.27
HSL 254.14º 0.73% 0.42% -
HSV(B) 254.14º 0.84% 0.73% -
XYZ 11.55 5.58 46.92 -
YUV 57.96 200.26 133.73 -
System Red Green Blue C M Y K H S L
Decimal 66 29 186 0.65 0.84 0 0.27 254.14 0.73 0.42
Hex 42 1D BA 41 54 0 1B FE 49 2A
Octal 102 35 272 101 124 0 33 376 111 52
Binary 1000010 11101 10111010 1000001 1010100 0 11011 11111110 1001001 101010

Color Harmonies of #421DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421DBA

Black with #421DBA

Text Example


Text Example

White with #421DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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