Html Css Color HEX #4A08D7 Han Purple

📋 copy color: '#4A08D7'

red 74 ◦ green 8 ◦ blue 215

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

Shades of Han Purple #4A08D7

Tints of Han Purple #4A08D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 72.39%

R = 24.92%
G = 2.69%
B = 72.39%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4A08D7 (or 0x4A08D7) is known color: Han Purple. HEX triplet: 4A, 08 and D7. RGB value is (74,8,215). Sum of RGB (Red+Green+Blue) = 74+8+215=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 215 (84.38% from 255 or 72.39% from 297); Max value from RGB is 215 - color contains mainly: blue. Hex color #4A08D7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A08D7 is #B5F728. Grayscale: #323232. Windows color (decimal): -11925289 or 14092362. OLE color: 14092362.

HSL color Cylindrical-coordinate representation of color #4A08D7: hue angle of 259.13º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A08D7 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 74 8 215 -
CMYK 0.66 0.96 0 0.16
HSL 259.13º 0.93% 0.44% -
HSV(B) 259.13º 0.96% 0.84% -
XYZ 15.18 6.54 64.75 -
YUV 51.33 220.37 144.17 -
System Red Green Blue C M Y K H S L
Decimal 74 8 215 0.66 0.96 0 0.16 259.13 0.93 0.44
Hex 4A 8 D7 42 60 0 10 103 5D 2C
Octal 112 10 327 102 140 0 20 403 135 54
Binary 1001010 1000 11010111 1000010 1100000 0 10000 100000011 1011101 101100

Color Harmonies of #4A08D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A08D7

Black with #4A08D7

Text Example


Text Example

White with #4A08D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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