Html Css Color HEX #4625FA Han Purple

📋 copy color: '#4625FA'

red 70 ◦ green 37 ◦ blue 250

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

Shades of Han Purple #4625FA

Tints of Han Purple #4625FA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.36%

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

R = 19.61%
G = 10.36%
B = 70.03%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4625FA (or 0x4625FA) is known color: Han Purple. HEX triplet: 46, 25 and FA. RGB value is (70,37,250). Sum of RGB (Red+Green+Blue) = 70+37+250=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 37 (14.84% from 255 or 10.36% from 357); Blue value is 250 (98.05% from 255 or 70.03% from 357); Max value from RGB is 250 - color contains mainly: blue. Hex color #4625FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4625FA is #B9DA05. Grayscale: #464646. Windows color (decimal): -12179974 or 16393542. OLE color: 16393542.

HSL color Cylindrical-coordinate representation of color #4625FA: hue angle of 249.3º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4625FA is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 37 250 -
CMYK 0.72 0.85 0 0.02
HSL 249.3º 0.96% 0.56% -
HSV(B) 249.3º 0.85% 0.98% -
XYZ 20.44 9.53 91.2 -
YUV 71.15 228.93 127.18 -
System Red Green Blue C M Y K H S L
Decimal 70 37 250 0.72 0.85 0 0.02 249.3 0.96 0.56
Hex 46 25 FA 48 55 0 2 F9 60 38
Octal 106 45 372 110 125 0 2 371 140 70
Binary 1000110 100101 11111010 1001000 1010101 0 10 11111001 1100000 111000

Color Harmonies of #4625FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4625FA

Black with #4625FA

Text Example


Text Example

White with #4625FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4625FA; }

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

 H1.HeaderClassName
 {
   color: #4625FA;
 }
 .AnyTagClassName
 {
   color: #4625FA;
 }
</style>

background-color css

<style>
 a { background-color: #4625FA; }

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

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

border-color css

<style>
 span { border-color: #4625FA; }

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

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