Html Css Color HEX #421FE9 Han Purple

📋 copy color: '#421FE9'

red 66 ◦ green 31 ◦ blue 233

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

Shades of Han Purple #421FE9

Tints of Han Purple #421FE9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.39%

 BLUE value IS 233 (91.41% from 255) = 70.61%

R = 20%
G = 9.39%
B = 70.61%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#421FE9 (or 0x421FE9) is known color: Han Purple. HEX triplet: 42, 1F and E9. RGB value is (66,31,233). Sum of RGB (Red+Green+Blue) = 66+31+233=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 233 (91.41% from 255 or 70.61% from 330); Max value from RGB is 233 - color contains mainly: blue. Hex color #421FE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #421FE9 is #BDE016. Grayscale: #3F3F3F. Windows color (decimal): -12443671 or 15277890. OLE color: 15277890.

HSL color Cylindrical-coordinate representation of color #421FE9: hue angle of 250.4º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421FE9 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 31 233 -
CMYK 0.72 0.87 0 0.09
HSL 250.4º 0.82% 0.52% -
HSV(B) 250.4º 0.87% 0.91% -
XYZ 17.44 8.02 77.72 -
YUV 64.49 223.1 129.07 -
System Red Green Blue C M Y K H S L
Decimal 66 31 233 0.72 0.87 0 0.09 250.4 0.82 0.52
Hex 42 1F E9 48 57 0 9 FA 52 34
Octal 102 37 351 110 127 0 11 372 122 64
Binary 1000010 11111 11101001 1001000 1010111 0 1001 11111010 1010010 110100

Color Harmonies of #421FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421FE9

Black with #421FE9

Text Example


Text Example

White with #421FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,31,233); }

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

background-color css

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

 a { background-color: rgb(66,31,233); }

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

border-color css

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

 span { border-color: rgb(66,31,233); }

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