Html Css Color HEX #4A09E1 Han Purple

📋 copy color: '#4A09E1'

red 74 ◦ green 9 ◦ blue 225

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

Shades of Han Purple #4A09E1

Tints of Han Purple #4A09E1

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.92%

 BLUE value IS 225 (88.28% from 255) = 73.05%

R = 24.03%
G = 2.92%
B = 73.05%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4A09E1 (or 0x4A09E1) is known color: Han Purple. HEX triplet: 4A, 09 and E1. RGB value is (74,9,225). Sum of RGB (Red+Green+Blue) = 74+9+225=308 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.03% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 225 (88.28% from 255 or 73.05% from 308); Max value from RGB is 225 - color contains mainly: blue. Hex color #4A09E1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A09E1 is #B5F61E. Grayscale: #343434. Windows color (decimal): -11925023 or 14747978. OLE color: 14747978.

HSL color Cylindrical-coordinate representation of color #4A09E1: hue angle of 258.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4A09E1 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 74 9 225 -
CMYK 0.67 0.96 0 0.12
HSL 258.06º 0.92% 0.46% -
HSV(B) 258.06º 0.96% 0.88% -
XYZ 16.51 7.09 71.73 -
YUV 53.06 225.03 142.94 -
System Red Green Blue C M Y K H S L
Decimal 74 9 225 0.67 0.96 0 0.12 258.06 0.92 0.46
Hex 4A 9 E1 43 60 0 C 102 5C 2E
Octal 112 11 341 103 140 0 14 402 134 56
Binary 1001010 1001 11100001 1000011 1100000 0 1100 100000010 1011100 101110

Color Harmonies of #4A09E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A09E1

Black with #4A09E1

Text Example


Text Example

White with #4A09E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,9,225); }

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

background-color css

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

 a { background-color: rgb(74,9,225); }

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

border-color css

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

 span { border-color: rgb(74,9,225); }

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