Html Css Color HEX #461CFA Han Purple

📋 copy color: '#461CFA'

red 70 ◦ green 28 ◦ blue 250

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

Shades of Han Purple #461CFA

Tints of Han Purple #461CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.84%

R = 20.11%
G = 8.05%
B = 71.84%

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

#461CFA (or 0x461CFA) is known color: Han Purple. HEX triplet: 46, 1C and FA. RGB value is (70,28,250). Sum of RGB (Red+Green+Blue) = 70+28+250=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #461CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFA is #B9E305. Grayscale: #414141. Windows color (decimal): -12182278 or 16391238. OLE color: 16391238.

HSL color Cylindrical-coordinate representation of color #461CFA: hue angle of 251.35º degrees, saturation: 0.96, 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 #461CFA is Cyan = 0.72, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 28 250 -
CMYK 0.72 0.89 0 0.02
HSL 251.35º 0.96% 0.55% -
HSV(B) 251.35º 0.89% 0.98% -
XYZ 20.2 9.03 91.12 -
YUV 65.87 231.91 130.95 -
System Red Green Blue C M Y K H S L
Decimal 70 28 250 0.72 0.89 0 0.02 251.35 0.96 0.55
Hex 46 1C FA 48 59 0 2 FB 60 37
Octal 106 34 372 110 131 0 2 373 140 67
Binary 1000110 11100 11111010 1001000 1011001 0 10 11111011 1100000 110111

Color Harmonies of #461CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CFA

Black with #461CFA

Text Example


Text Example

White with #461CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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