Html Css Color HEX #4400DF Han Purple

📋 copy color: '#4400DF'

red 68 ◦ green 0 ◦ blue 223

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

Shades of Han Purple #4400DF

Tints of Han Purple #4400DF

RGB

 RED value IS 68 (26.95% from 255) = 23.37%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.37%
G = 0%
B = 76.63%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4400DF (or 0x4400DF) is known color: Han Purple. HEX triplet: 44, 00 and DF. RGB value is (68,0,223). Sum of RGB (Red+Green+Blue) = 68+0+223=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 223 (87.5% from 255 or 76.63% from 291); Max value from RGB is 223 - color contains mainly: blue. Hex color #4400DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4400DF is #BBFF20. Grayscale: #2C2C2C. Windows color (decimal): -12320545 or 14614596. OLE color: 14614596.

HSL color Cylindrical-coordinate representation of color #4400DF: hue angle of 258.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4400DF is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 0 223 -
CMYK 0.70 1 0 0.13
HSL 258.3º 1% 0.44% -
HSV(B) 258.3º 1% 0.87% -
XYZ 15.7 6.56 70.25 -
YUV 45.75 228.03 143.87 -
System Red Green Blue C M Y K H S L
Decimal 68 0 223 0.70 1 0 0.13 258.3 1 0.44
Hex 44 0 DF 46 64 0 D 102 64 2C
Octal 104 0 337 106 144 0 15 402 144 54
Binary 1000100 0 11011111 1000110 1100100 0 1101 100000010 1100100 101100

Color Harmonies of #4400DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4400DF

Black with #4400DF

Text Example


Text Example

White with #4400DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4400DF; }

 p { color: rgb(68,0,223); }

 H1.HeaderClassName
 {
   color: #4400DF;
 }
 .AnyTagClassName
 {
   color: #4400DF;
 }
</style>

background-color css

<style>
 a { background-color: #4400DF; }

 a { background-color: rgb(68,0,223); }

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

border-color css

<style>
 span { border-color: #4400DF; }

 span { border-color: rgb(68,0,223); }

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