Html Css Color HEX #4A01CF Han Purple

📋 copy color: '#4A01CF'

red 74 ◦ green 1 ◦ blue 207

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

Shades of Han Purple #4A01CF

Tints of Han Purple #4A01CF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 207 (81.25% from 255) = 73.4%

R = 26.24%
G = 0.35%
B = 73.4%

CMYK

 C value IS 0.64

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4A01CF (or 0x4A01CF) is known color: Han Purple. HEX triplet: 4A, 01 and CF. RGB value is (74,1,207). Sum of RGB (Red+Green+Blue) = 74+1+207=282 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.24% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #4A01CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A01CF is #B5FE30. Grayscale: #2D2D2D. Windows color (decimal): -11927089 or 13566282. OLE color: 13566282.

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

Color convert

RGB 74 1 207 -
CMYK 0.64 1.00 0 0.19
HSL 261.26º 0.99% 0.41% -
HSV(B) 261.26º 1% 0.81% -
XYZ 14.1 5.98 59.44 -
YUV 46.31 218.68 147.75 -
System Red Green Blue C M Y K H S L
Decimal 74 1 207 0.64 1.00 0 0.19 261.26 0.99 0.41
Hex 4A 1 CF 40 64 0 13 105 63 29
Octal 112 1 317 100 144 0 23 405 143 51
Binary 1001010 1 11001111 1000000 1100100 0 10011 100000101 1100011 101001

Color Harmonies of #4A01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A01CF

Black with #4A01CF

Text Example


Text Example

White with #4A01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,1,207); }

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

background-color css

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

 a { background-color: rgb(74,1,207); }

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

border-color css

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

 span { border-color: rgb(74,1,207); }

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