Html Css Color HEX #421BD2 Han Purple

📋 copy color: '#421BD2'

red 66 ◦ green 27 ◦ blue 210

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

Shades of Han Purple #421BD2

Tints of Han Purple #421BD2

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.91%

 BLUE value IS 210 (82.42% from 255) = 69.31%

R = 21.78%
G = 8.91%
B = 69.31%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#421BD2 (or 0x421BD2) is known color: Han Purple. HEX triplet: 42, 1B and D2. RGB value is (66,27,210). Sum of RGB (Red+Green+Blue) = 66+27+210=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 27 (10.94% from 255 or 8.91% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #421BD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BD2 is #BDE42D. Grayscale: #3A3A3A. Windows color (decimal): -12444718 or 13769538. OLE color: 13769538.

HSL color Cylindrical-coordinate representation of color #421BD2: hue angle of 252.79º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421BD2 is Cyan = 0.69, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 27 210 -
CMYK 0.69 0.87 0 0.18
HSL 252.79º 0.77% 0.46% -
HSV(B) 252.79º 0.87% 0.82% -
XYZ 14.27 6.6 61.49 -
YUV 59.52 212.92 132.62 -
System Red Green Blue C M Y K H S L
Decimal 66 27 210 0.69 0.87 0 0.18 252.79 0.77 0.46
Hex 42 1B D2 45 57 0 12 FD 4D 2E
Octal 102 33 322 105 127 0 22 375 115 56
Binary 1000010 11011 11010010 1000101 1010111 0 10010 11111101 1001101 101110

Color Harmonies of #421BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421BD2

Black with #421BD2

Text Example


Text Example

White with #421BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,27,210); }

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

background-color css

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

 a { background-color: rgb(66,27,210); }

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

border-color css

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

 span { border-color: rgb(66,27,210); }

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