Html Css Color HEX #4A02FA Han Purple

📋 copy color: '#4A02FA'

red 74 ◦ green 2 ◦ blue 250

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

Shades of Han Purple #4A02FA

Tints of Han Purple #4A02FA

RGB

 RED value IS 74 (29.3% from 255) = 22.7%

 GREEN value IS 2 (1.17% from 255) = 0.61%

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

R = 22.7%
G = 0.61%
B = 76.69%

CMYK

 C value IS 0.70

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4A02FA (or 0x4A02FA) is known color: Han Purple. HEX triplet: 4A, 02 and FA. RGB value is (74,2,250). Sum of RGB (Red+Green+Blue) = 74+2+250=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 250 (98.05% from 255 or 76.69% from 326); Max value from RGB is 250 - color contains mainly: blue. Hex color #4A02FA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A02FA is #B5FD05. Grayscale: #323232. Windows color (decimal): -11926790 or 16384586. OLE color: 16384586.

HSL color Cylindrical-coordinate representation of color #4A02FA: hue angle of 257.42º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02FA is Cyan = 0.70, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 74 2 250 -
CMYK 0.70 0.99 0 0.02
HSL 257.42º 0.98% 0.49% -
HSV(B) 257.42º 0.99% 0.98% -
XYZ 20.1 8.4 91 -
YUV 51.8 239.85 143.83 -
System Red Green Blue C M Y K H S L
Decimal 74 2 250 0.70 0.99 0 0.02 257.42 0.98 0.49
Hex 4A 2 FA 46 63 0 2 101 62 31
Octal 112 2 372 106 143 0 2 401 142 61
Binary 1001010 10 11111010 1000110 1100011 0 10 100000001 1100010 110001

Color Harmonies of #4A02FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A02FA

Black with #4A02FA

Text Example


Text Example

White with #4A02FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A02FA; }

 p { color: rgb(74,2,250); }

 H1.HeaderClassName
 {
   color: #4A02FA;
 }
 .AnyTagClassName
 {
   color: #4A02FA;
 }
</style>

background-color css

<style>
 a { background-color: #4A02FA; }

 a { background-color: rgb(74,2,250); }

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

border-color css

<style>
 span { border-color: #4A02FA; }

 span { border-color: rgb(74,2,250); }

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