Html Css Color HEX #462BFD Han Purple

📋 copy color: '#462BFD'

red 70 ◦ green 43 ◦ blue 253

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

Shades of Han Purple #462BFD

Tints of Han Purple #462BFD

RGB

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

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

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

R = 19.13%
G = 11.75%
B = 69.13%

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

#462BFD (or 0x462BFD) is known color: Han Purple. HEX triplet: 46, 2B and FD. RGB value is (70,43,253). Sum of RGB (Red+Green+Blue) = 70+43+253=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 253 (99.22% from 255 or 69.13% from 366); Max value from RGB is 253 - color contains mainly: blue. Hex color #462BFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462BFD is #B9D402. Grayscale: #4A4A4A. Windows color (decimal): -12178435 or 16591686. OLE color: 16591686.

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

Color convert

RGB 70 43 253 -
CMYK 0.72 0.83 0 0.01
HSL 247.71º 0.98% 0.58% -
HSV(B) 247.71º 0.83% 0.99% -
XYZ 21.12 10.12 93.77 -
YUV 75.01 228.45 124.42 -
System Red Green Blue C M Y K H S L
Decimal 70 43 253 0.72 0.83 0 0.01 247.71 0.98 0.58
Hex 46 2B FD 48 53 0 1 F8 62 3A
Octal 106 53 375 110 123 0 1 370 142 72
Binary 1000110 101011 11111101 1001000 1010011 0 1 11111000 1100010 111010

Color Harmonies of #462BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462BFD

Black with #462BFD

Text Example


Text Example

White with #462BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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