Html Css Color HEX #462BFC Han Purple

📋 copy color: '#462BFC'

red 70 ◦ green 43 ◦ blue 252

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

Shades of Han Purple #462BFC

Tints of Han Purple #462BFC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.78%

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

R = 19.18%
G = 11.78%
B = 69.04%

CMYK

 C value IS 0.72

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#462BFC (or 0x462BFC) is known color: Han Purple. HEX triplet: 46, 2B and FC. RGB value is (70,43,252). Sum of RGB (Red+Green+Blue) = 70+43+252=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 252 (98.83% from 255 or 69.04% from 365); Max value from RGB is 252 - color contains mainly: blue. Hex color #462BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BFC is #B9D403. Grayscale: #4A4A4A. Windows color (decimal): -12178436 or 16526150. OLE color: 16526150.

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

Color convert

RGB 70 43 252 -
CMYK 0.72 0.83 0 0.01
HSL 247.75º 0.97% 0.58% -
HSV(B) 247.75º 0.83% 0.99% -
XYZ 20.96 10.06 92.93 -
YUV 74.9 227.95 124.51 -
System Red Green Blue C M Y K H S L
Decimal 70 43 252 0.72 0.83 0 0.01 247.75 0.97 0.58
Hex 46 2B FC 48 53 0 1 F8 61 3A
Octal 106 53 374 110 123 0 1 370 141 72
Binary 1000110 101011 11111100 1001000 1010011 0 1 11111000 1100001 111010

Color Harmonies of #462BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BFC

Black with #462BFC

Text Example


Text Example

White with #462BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462BFC; }

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

 H1.HeaderClassName
 {
   color: #462BFC;
 }
 .AnyTagClassName
 {
   color: #462BFC;
 }
</style>

background-color css

<style>
 a { background-color: #462BFC; }

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

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

border-color css

<style>
 span { border-color: #462BFC; }

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

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