Html Css Color HEX #4A08EF Han Purple

📋 copy color: '#4A08EF'

red 74 ◦ green 8 ◦ blue 239

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

Shades of Han Purple #4A08EF

Tints of Han Purple #4A08EF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 239 (93.75% from 255) = 74.45%

R = 23.05%
G = 2.49%
B = 74.45%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4A08EF (or 0x4A08EF) is known color: Han Purple. HEX triplet: 4A, 08 and EF. RGB value is (74,8,239). Sum of RGB (Red+Green+Blue) = 74+8+239=321 (42% of max value = 765). Red value is 74 (29.30% from 255 or 23.05% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #4A08EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4A08EF is #B5F710. Grayscale: #353535. Windows color (decimal): -11925265 or 15665226. OLE color: 15665226.

HSL color Cylindrical-coordinate representation of color #4A08EF: hue angle of 257.14º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A08EF is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 74 8 239 -
CMYK 0.69 0.97 0 0.06
HSL 257.14º 0.94% 0.48% -
HSV(B) 257.14º 0.97% 0.94% -
XYZ 18.49 7.86 82.2 -
YUV 54.07 232.37 142.22 -
System Red Green Blue C M Y K H S L
Decimal 74 8 239 0.69 0.97 0 0.06 257.14 0.94 0.48
Hex 4A 8 EF 45 61 0 6 101 5E 30
Octal 112 10 357 105 141 0 6 401 136 60
Binary 1001010 1000 11101111 1000101 1100001 0 110 100000001 1011110 110000

Color Harmonies of #4A08EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A08EF

Black with #4A08EF

Text Example


Text Example

White with #4A08EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,8,239); }

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

background-color css

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

 a { background-color: rgb(74,8,239); }

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

border-color css

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

 span { border-color: rgb(74,8,239); }

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