Html Css Color HEX #461FE4 Han Purple

📋 copy color: '#461FE4'

red 70 ◦ green 31 ◦ blue 228

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

Shades of Han Purple #461FE4

Tints of Han Purple #461FE4

RGB

 RED value IS 70 (27.73% from 255) = 21.28%

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

 BLUE value IS 228 (89.45% from 255) = 69.3%

R = 21.28%
G = 9.42%
B = 69.3%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#461FE4 (or 0x461FE4) is known color: Han Purple. HEX triplet: 46, 1F and E4. RGB value is (70,31,228). Sum of RGB (Red+Green+Blue) = 70+31+228=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #461FE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #461FE4 is #B9E01B. Grayscale: #404040. Windows color (decimal): -12181532 or 14950214. OLE color: 14950214.

HSL color Cylindrical-coordinate representation of color #461FE4: hue angle of 251.88º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461FE4 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 70 31 228 -
CMYK 0.69 0.86 0 0.11
HSL 251.88º 0.78% 0.51% -
HSV(B) 251.88º 0.86% 0.89% -
XYZ 17.02 7.88 74.02 -
YUV 65.12 219.92 131.48 -
System Red Green Blue C M Y K H S L
Decimal 70 31 228 0.69 0.86 0 0.11 251.88 0.78 0.51
Hex 46 1F E4 45 56 0 B FC 4E 33
Octal 106 37 344 105 126 0 13 374 116 63
Binary 1000110 11111 11100100 1000101 1010110 0 1011 11111100 1001110 110011

Color Harmonies of #461FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FE4

Black with #461FE4

Text Example


Text Example

White with #461FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461FE4; }

 p { color: rgb(70,31,228); }

 H1.HeaderClassName
 {
   color: #461FE4;
 }
 .AnyTagClassName
 {
   color: #461FE4;
 }
</style>

background-color css

<style>
 a { background-color: #461FE4; }

 a { background-color: rgb(70,31,228); }

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

border-color css

<style>
 span { border-color: #461FE4; }

 span { border-color: rgb(70,31,228); }

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