Html Css Color HEX #461CFD Han Purple

📋 copy color: '#461CFD'

red 70 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #461CFD

Tints of Han Purple #461CFD

RGB

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

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

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

R = 19.94%
G = 7.98%
B = 72.08%

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

#461CFD (or 0x461CFD) is known color: Han Purple. HEX triplet: 46, 1C and FD. RGB value is (70,28,253). Sum of RGB (Red+Green+Blue) = 70+28+253=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #461CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #461CFD is #B9E302. Grayscale: #414141. Windows color (decimal): -12182275 or 16587846. OLE color: 16587846.

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

Color convert

RGB 70 28 253 -
CMYK 0.72 0.89 0 0.01
HSL 251.2º 0.98% 0.55% -
HSV(B) 251.2º 0.89% 0.99% -
XYZ 20.67 9.22 93.62 -
YUV 66.21 233.41 130.7 -
System Red Green Blue C M Y K H S L
Decimal 70 28 253 0.72 0.89 0 0.01 251.2 0.98 0.55
Hex 46 1C FD 48 59 0 1 FB 62 37
Octal 106 34 375 110 131 0 1 373 142 67
Binary 1000110 11100 11111101 1001000 1011001 0 1 11111011 1100010 110111

Color Harmonies of #461CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461CFD

Black with #461CFD

Text Example


Text Example

White with #461CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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