Html Css Color HEX #461CFB Han Purple

📋 copy color: '#461CFB'

red 70 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #461CFB

Tints of Han Purple #461CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.02%

 BLUE value IS 251 (98.44% from 255) = 71.92%

R = 20.06%
G = 8.02%
B = 71.92%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#461CFB (or 0x461CFB) is known color: Han Purple. HEX triplet: 46, 1C and FB. RGB value is (70,28,251). Sum of RGB (Red+Green+Blue) = 70+28+251=349 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.06% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 251 (98.44% from 255 or 71.92% from 349); Max value from RGB is 251 - color contains mainly: blue. Hex color #461CFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFB is #B9E304. Grayscale: #414141. Windows color (decimal): -12182277 or 16456774. OLE color: 16456774.

HSL color Cylindrical-coordinate representation of color #461CFB: hue angle of 251.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461CFB is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 28 251 -
CMYK 0.72 0.89 0 0.02
HSL 251.3º 0.97% 0.55% -
HSV(B) 251.3º 0.89% 0.98% -
XYZ 20.35 9.1 91.95 -
YUV 65.98 232.41 130.87 -
System Red Green Blue C M Y K H S L
Decimal 70 28 251 0.72 0.89 0 0.02 251.3 0.97 0.55
Hex 46 1C FB 48 59 0 2 FB 61 37
Octal 106 34 373 110 131 0 2 373 141 67
Binary 1000110 11100 11111011 1001000 1011001 0 10 11111011 1100001 110111

Color Harmonies of #461CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CFB

Black with #461CFB

Text Example


Text Example

White with #461CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,251); }

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

background-color css

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

 a { background-color: rgb(70,28,251); }

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

border-color css

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

 span { border-color: rgb(70,28,251); }

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