Html Css Color HEX #462FFC Han Purple

📋 copy color: '#462FFC'

red 70 ◦ green 47 ◦ blue 252

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

Shades of Han Purple #462FFC

Tints of Han Purple #462FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.74%

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

R = 18.97%
G = 12.74%
B = 68.29%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#462FFC (or 0x462FFC) is known color: Han Purple. HEX triplet: 46, 2F and FC. RGB value is (70,47,252). Sum of RGB (Red+Green+Blue) = 70+47+252=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 47 (18.75% from 255 or 12.74% from 369); Blue value is 252 (98.83% from 255 or 68.29% from 369); Max value from RGB is 252 - color contains mainly: blue. Hex color #462FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #462FFC is #B9D003. Grayscale: #4C4C4C. Windows color (decimal): -12177412 or 16527174. OLE color: 16527174.

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

Color convert

RGB 70 47 252 -
CMYK 0.72 0.81 0 0.01
HSL 246.73º 0.97% 0.59% -
HSV(B) 246.73º 0.81% 0.99% -
XYZ 21.11 10.36 92.98 -
YUV 77.25 226.62 122.83 -
System Red Green Blue C M Y K H S L
Decimal 70 47 252 0.72 0.81 0 0.01 246.73 0.97 0.59
Hex 46 2F FC 48 51 0 1 F7 61 3B
Octal 106 57 374 110 121 0 1 367 141 73
Binary 1000110 101111 11111100 1001000 1010001 0 1 11110111 1100001 111011

Color Harmonies of #462FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462FFC

Black with #462FFC

Text Example


Text Example

White with #462FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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