Html Css Color HEX #470BDF Han Purple

📋 copy color: '#470BDF'

red 71 ◦ green 11 ◦ blue 223

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

Shades of Han Purple #470BDF

Tints of Han Purple #470BDF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.61%

 BLUE value IS 223 (87.5% from 255) = 73.11%

R = 23.28%
G = 3.61%
B = 73.11%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#470BDF (or 0x470BDF) is known color: Han Purple. HEX triplet: 47, 0B and DF. RGB value is (71,11,223). Sum of RGB (Red+Green+Blue) = 71+11+223=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 11 (4.69% from 255 or 3.61% from 305); Blue value is 223 (87.5% from 255 or 73.11% from 305); Max value from RGB is 223 - color contains mainly: blue. Hex color #470BDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #470BDF is #B8F420. Grayscale: #343434. Windows color (decimal): -12121121 or 14617415. OLE color: 14617415.

HSL color Cylindrical-coordinate representation of color #470BDF: hue angle of 256.98º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470BDF is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 71 11 223 -
CMYK 0.68 0.95 0 0.13
HSL 256.98º 0.91% 0.46% -
HSV(B) 256.98º 0.95% 0.87% -
XYZ 16.04 6.91 70.3 -
YUV 53.11 223.88 140.76 -
System Red Green Blue C M Y K H S L
Decimal 71 11 223 0.68 0.95 0 0.13 256.98 0.91 0.46
Hex 47 B DF 44 5F 0 D 101 5B 2E
Octal 107 13 337 104 137 0 15 401 133 56
Binary 1000111 1011 11011111 1000100 1011111 0 1101 100000001 1011011 101110

Color Harmonies of #470BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470BDF

Black with #470BDF

Text Example


Text Example

White with #470BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470BDF; }

 p { color: rgb(71,11,223); }

 H1.HeaderClassName
 {
   color: #470BDF;
 }
 .AnyTagClassName
 {
   color: #470BDF;
 }
</style>

background-color css

<style>
 a { background-color: #470BDF; }

 a { background-color: rgb(71,11,223); }

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

border-color css

<style>
 span { border-color: #470BDF; }

 span { border-color: rgb(71,11,223); }

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