Html Css Color HEX #4A02DF Han Purple

📋 copy color: '#4A02DF'

red 74 ◦ green 2 ◦ blue 223

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

Shades of Han Purple #4A02DF

Tints of Han Purple #4A02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 74.58%

R = 24.75%
G = 0.67%
B = 74.58%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A02DF (or 0x4A02DF) is known color: Han Purple. HEX triplet: 4A, 02 and DF. RGB value is (74,2,223). Sum of RGB (Red+Green+Blue) = 74+2+223=299 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.75% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 223 (87.5% from 255 or 74.58% from 299); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A02DF is #B5FD20. Grayscale: #2F2F2F. Windows color (decimal): -11926817 or 14615114. OLE color: 14615114.

HSL color Cylindrical-coordinate representation of color #4A02DF: hue angle of 259.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02DF is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 2 223 -
CMYK 0.67 0.99 0 0.13
HSL 259.55º 0.98% 0.44% -
HSV(B) 259.55º 0.99% 0.87% -
XYZ 16.17 6.83 70.28 -
YUV 48.72 226.35 146.03 -
System Red Green Blue C M Y K H S L
Decimal 74 2 223 0.67 0.99 0 0.13 259.55 0.98 0.44
Hex 4A 2 DF 43 63 0 D 104 62 2C
Octal 112 2 337 103 143 0 15 404 142 54
Binary 1001010 10 11011111 1000011 1100011 0 1101 100000100 1100010 101100

Color Harmonies of #4A02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A02DF

Black with #4A02DF

Text Example


Text Example

White with #4A02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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