Html Css Color HEX #4701DB Han Purple

📋 copy color: '#4701DB'

red 71 ◦ green 1 ◦ blue 219

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

Shades of Han Purple #4701DB

Tints of Han Purple #4701DB

RGB

 RED value IS 71 (28.13% from 255) = 24.4%

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

 BLUE value IS 219 (85.94% from 255) = 75.26%

R = 24.4%
G = 0.34%
B = 75.26%

CMYK

 C value IS 0.68

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4701DB (or 0x4701DB) is known color: Han Purple. HEX triplet: 47, 01 and DB. RGB value is (71,1,219). Sum of RGB (Red+Green+Blue) = 71+1+219=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 219 (85.94% from 255 or 75.26% from 291); Max value from RGB is 219 - color contains mainly: blue. Hex color #4701DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4701DB is #B8FE24. Grayscale: #2D2D2D. Windows color (decimal): -12123685 or 14352711. OLE color: 14352711.

HSL color Cylindrical-coordinate representation of color #4701DB: hue angle of 259.27º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4701DB is Cyan = 0.68, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 1 219 -
CMYK 0.68 1.00 0 0.14
HSL 259.27º 0.99% 0.43% -
HSV(B) 259.27º 1% 0.86% -
XYZ 15.4 6.48 67.46 -
YUV 46.78 225.19 145.27 -
System Red Green Blue C M Y K H S L
Decimal 71 1 219 0.68 1.00 0 0.14 259.27 0.99 0.43
Hex 47 1 DB 44 64 0 E 103 63 2B
Octal 107 1 333 104 144 0 16 403 143 53
Binary 1000111 1 11011011 1000100 1100100 0 1110 100000011 1100011 101011

Color Harmonies of #4701DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4701DB

Black with #4701DB

Text Example


Text Example

White with #4701DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4701DB; }

 p { color: rgb(71,1,219); }

 H1.HeaderClassName
 {
   color: #4701DB;
 }
 .AnyTagClassName
 {
   color: #4701DB;
 }
</style>

background-color css

<style>
 a { background-color: #4701DB; }

 a { background-color: rgb(71,1,219); }

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

border-color css

<style>
 span { border-color: #4701DB; }

 span { border-color: rgb(71,1,219); }

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