Html Css Color HEX #4406FD Han Purple

📋 copy color: '#4406FD'

red 68 ◦ green 6 ◦ blue 253

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

Shades of Han Purple #4406FD

Tints of Han Purple #4406FD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.83%

 BLUE value IS 253 (99.22% from 255) = 77.37%

R = 20.8%
G = 1.83%
B = 77.37%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4406FD (or 0x4406FD) is known color: Han Purple. HEX triplet: 44, 06 and FD. RGB value is (68,6,253). Sum of RGB (Red+Green+Blue) = 68+6+253=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 253 (99.22% from 255 or 77.37% from 327); Max value from RGB is 253 - color contains mainly: blue. Hex color #4406FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4406FD is #BBF902. Grayscale: #333333. Windows color (decimal): -12318979 or 16582212. OLE color: 16582212.

HSL color Cylindrical-coordinate representation of color #4406FD: hue angle of 255.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4406FD is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 6 253 -
CMYK 0.73 0.98 0 0.01
HSL 255.06º 0.98% 0.51% -
HSV(B) 255.06º 0.98% 0.99% -
XYZ 20.18 8.45 93.5 -
YUV 52.7 241.04 138.92 -
System Red Green Blue C M Y K H S L
Decimal 68 6 253 0.73 0.98 0 0.01 255.06 0.98 0.51
Hex 44 6 FD 49 62 0 1 FF 62 33
Octal 104 6 375 111 142 0 1 377 142 63
Binary 1000100 110 11111101 1001001 1100010 0 1 11111111 1100010 110011

Color Harmonies of #4406FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4406FD

Black with #4406FD

Text Example


Text Example

White with #4406FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4406FD; }

 p { color: rgb(68,6,253); }

 H1.HeaderClassName
 {
   color: #4406FD;
 }
 .AnyTagClassName
 {
   color: #4406FD;
 }
</style>

background-color css

<style>
 a { background-color: #4406FD; }

 a { background-color: rgb(68,6,253); }

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

border-color css

<style>
 span { border-color: #4406FD; }

 span { border-color: rgb(68,6,253); }

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