Html Css Color HEX #461CFC Han Purple

📋 copy color: '#461CFC'

red 70 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #461CFC

Tints of Han Purple #461CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72%

R = 20%
G = 8%
B = 72%

CMYK

 C value IS 0.72

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#461CFC (or 0x461CFC) is known color: Han Purple. HEX triplet: 46, 1C and FC. RGB value is (70,28,252). Sum of RGB (Red+Green+Blue) = 70+28+252=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #461CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFC is #B9E303. Grayscale: #414141. Windows color (decimal): -12182276 or 16522310. OLE color: 16522310.

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

Color convert

RGB 70 28 252 -
CMYK 0.72 0.89 0 0.01
HSL 251.25º 0.97% 0.55% -
HSV(B) 251.25º 0.89% 0.99% -
XYZ 20.51 9.16 92.78 -
YUV 66.09 232.91 130.79 -
System Red Green Blue C M Y K H S L
Decimal 70 28 252 0.72 0.89 0 0.01 251.25 0.97 0.55
Hex 46 1C FC 48 59 0 1 FB 61 37
Octal 106 34 374 110 131 0 1 373 141 67
Binary 1000110 11100 11111100 1001000 1011001 0 1 11111011 1100001 110111

Color Harmonies of #461CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CFC

Black with #461CFC

Text Example


Text Example

White with #461CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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