Html Css Color HEX #4406F2 Han Purple

📋 copy color: '#4406F2'

red 68 ◦ green 6 ◦ blue 242

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

Shades of Han Purple #4406F2

Tints of Han Purple #4406F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 76.58%

R = 21.52%
G = 1.9%
B = 76.58%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4406F2 (or 0x4406F2) is known color: Han Purple. HEX triplet: 44, 06 and F2. RGB value is (68,6,242). Sum of RGB (Red+Green+Blue) = 68+6+242=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 242 (94.92% from 255 or 76.58% from 316); Max value from RGB is 242 - color contains mainly: blue. Hex color #4406F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4406F2 is #BBF90D. Grayscale: #323232. Windows color (decimal): -12318990 or 15861316. OLE color: 15861316.

HSL color Cylindrical-coordinate representation of color #4406F2: hue angle of 255.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4406F2 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 68 6 242 -
CMYK 0.72 0.98 0 0.05
HSL 255.76º 0.95% 0.49% -
HSV(B) 255.76º 0.98% 0.95% -
XYZ 18.48 7.77 84.53 -
YUV 51.44 235.54 139.81 -
System Red Green Blue C M Y K H S L
Decimal 68 6 242 0.72 0.98 0 0.05 255.76 0.95 0.49
Hex 44 6 F2 48 62 0 5 100 5F 31
Octal 104 6 362 110 142 0 5 400 137 61
Binary 1000100 110 11110010 1001000 1100010 0 101 100000000 1011111 110001

Color Harmonies of #4406F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4406F2

Black with #4406F2

Text Example


Text Example

White with #4406F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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