Html Css Color HEX #4830FA Han Purple

📋 copy color: '#4830FA'

red 72 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #4830FA

Tints of Han Purple #4830FA

RGB

 RED value IS 72 (28.52% from 255) = 19.46%

 GREEN value IS 48 (19.14% from 255) = 12.97%

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

R = 19.46%
G = 12.97%
B = 67.57%

CMYK

 C value IS 0.71

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4830FA (or 0x4830FA) is known color: Han Purple. HEX triplet: 48, 30 and FA. RGB value is (72,48,250). Sum of RGB (Red+Green+Blue) = 72+48+250=370 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.46% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 250 (98.05% from 255 or 67.57% from 370); Max value from RGB is 250 - color contains mainly: blue. Hex color #4830FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4830FA is #B7CF05. Grayscale: #4D4D4D. Windows color (decimal): -12046086 or 16396360. OLE color: 16396360.

HSL color Cylindrical-coordinate representation of color #4830FA: hue angle of 247.13º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4830FA is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 48 250 -
CMYK 0.71 0.81 0 0.02
HSL 247.13º 0.95% 0.58% -
HSV(B) 247.13º 0.81% 0.98% -
XYZ 20.98 10.39 91.34 -
YUV 78.2 224.95 123.57 -
System Red Green Blue C M Y K H S L
Decimal 72 48 250 0.71 0.81 0 0.02 247.13 0.95 0.58
Hex 48 30 FA 47 51 0 2 F7 5F 3A
Octal 110 60 372 107 121 0 2 367 137 72
Binary 1001000 110000 11111010 1000111 1010001 0 10 11110111 1011111 111010

Color Harmonies of #4830FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4830FA

Black with #4830FA

Text Example


Text Example

White with #4830FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,48,250); }

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

background-color css

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

 a { background-color: rgb(72,48,250); }

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

border-color css

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

 span { border-color: rgb(72,48,250); }

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