Html Css Color HEX #4831FA Han Purple

📋 copy color: '#4831FA'

red 72 ◦ green 49 ◦ blue 250

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

Shades of Han Purple #4831FA

Tints of Han Purple #4831FA

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.21%

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

R = 19.41%
G = 13.21%
B = 67.39%

CMYK

 C value IS 0.71

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4831FA (or 0x4831FA) is known color: Han Purple. HEX triplet: 48, 31 and FA. RGB value is (72,49,250). Sum of RGB (Red+Green+Blue) = 72+49+250=371 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.41% from 371); Green value is 49 (19.53% from 255 or 13.21% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #4831FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4831FA is #B7CE05. Grayscale: #4E4E4E. Windows color (decimal): -12045830 or 16396616. OLE color: 16396616.

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

Color convert

RGB 72 49 250 -
CMYK 0.71 0.80 0 0.02
HSL 246.87º 0.95% 0.59% -
HSV(B) 246.87º 0.8% 0.98% -
XYZ 21.03 10.48 91.36 -
YUV 78.79 224.62 123.16 -
System Red Green Blue C M Y K H S L
Decimal 72 49 250 0.71 0.80 0 0.02 246.87 0.95 0.59
Hex 48 31 FA 47 50 0 2 F7 5F 3B
Octal 110 61 372 107 120 0 2 367 137 73
Binary 1001000 110001 11111010 1000111 1010000 0 10 11110111 1011111 111011

Color Harmonies of #4831FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4831FA

Black with #4831FA

Text Example


Text Example

White with #4831FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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