Html Css Color HEX #461FFD Han Purple

📋 copy color: '#461FFD'

red 70 ◦ green 31 ◦ blue 253

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

Shades of Han Purple #461FFD

Tints of Han Purple #461FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 71.47%

R = 19.77%
G = 8.76%
B = 71.47%

CMYK

 C value IS 0.72

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#461FFD (or 0x461FFD) is known color: Han Purple. HEX triplet: 46, 1F and FD. RGB value is (70,31,253). Sum of RGB (Red+Green+Blue) = 70+31+253=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 253 (99.22% from 255 or 71.47% from 354); Max value from RGB is 253 - color contains mainly: blue. Hex color #461FFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461FFD is #B9E002. Grayscale: #434343. Windows color (decimal): -12181507 or 16588614. OLE color: 16588614.

HSL color Cylindrical-coordinate representation of color #461FFD: hue angle of 250.54º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461FFD is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 31 253 -
CMYK 0.72 0.88 0 0.01
HSL 250.54º 0.98% 0.56% -
HSV(B) 250.54º 0.88% 0.99% -
XYZ 20.75 9.37 93.64 -
YUV 67.97 232.42 129.45 -
System Red Green Blue C M Y K H S L
Decimal 70 31 253 0.72 0.88 0 0.01 250.54 0.98 0.56
Hex 46 1F FD 48 58 0 1 FB 62 38
Octal 106 37 375 110 130 0 1 373 142 70
Binary 1000110 11111 11111101 1001000 1011000 0 1 11111011 1100010 111000

Color Harmonies of #461FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461FFD

Black with #461FFD

Text Example


Text Example

White with #461FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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