Html Css Color HEX #4A02CE Han Purple

📋 copy color: '#4A02CE'

red 74 ◦ green 2 ◦ blue 206

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

Shades of Han Purple #4A02CE

Tints of Han Purple #4A02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 73.05%

R = 26.24%
G = 0.71%
B = 73.05%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A02CE (or 0x4A02CE) is known color: Han Purple. HEX triplet: 4A, 02 and CE. RGB value is (74,2,206). Sum of RGB (Red+Green+Blue) = 74+2+206=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 206 (80.86% from 255 or 73.05% from 282); Max value from RGB is 206 - color contains mainly: blue. Hex color #4A02CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A02CE is #B5FD31. Grayscale: #2E2E2E. Windows color (decimal): -11926834 or 13501002. OLE color: 13501002.

HSL color Cylindrical-coordinate representation of color #4A02CE: hue angle of 261.18º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02CE is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 2 206 -
CMYK 0.64 0.99 0 0.19
HSL 261.18º 0.98% 0.41% -
HSV(B) 261.18º 0.99% 0.81% -
XYZ 13.99 5.96 58.8 -
YUV 46.78 217.85 147.41 -
System Red Green Blue C M Y K H S L
Decimal 74 2 206 0.64 0.99 0 0.19 261.18 0.98 0.41
Hex 4A 2 CE 40 63 0 13 105 62 29
Octal 112 2 316 100 143 0 23 405 142 51
Binary 1001010 10 11001110 1000000 1100011 0 10011 100000101 1100010 101001

Color Harmonies of #4A02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A02CE

Black with #4A02CE

Text Example


Text Example

White with #4A02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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