Html Css Color HEX #4426FA Han Purple

📋 copy color: '#4426FA'

red 68 ◦ green 38 ◦ blue 250

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

Shades of Han Purple #4426FA

Tints of Han Purple #4426FA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.67%

 BLUE value IS 250 (98.05% from 255) = 70.22%

R = 19.1%
G = 10.67%
B = 70.22%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4426FA (or 0x4426FA) is known color: Han Purple. HEX triplet: 44, 26 and FA. RGB value is (68,38,250). Sum of RGB (Red+Green+Blue) = 68+38+250=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #4426FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4426FA is #BBD905. Grayscale: #464646. Windows color (decimal): -12310790 or 16393796. OLE color: 16393796.

HSL color Cylindrical-coordinate representation of color #4426FA: hue angle of 248.49º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4426FA is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 68 38 250 -
CMYK 0.73 0.85 0 0.02
HSL 248.49º 0.95% 0.56% -
HSV(B) 248.49º 0.85% 0.98% -
XYZ 20.33 9.52 91.21 -
YUV 71.14 228.94 125.76 -
System Red Green Blue C M Y K H S L
Decimal 68 38 250 0.73 0.85 0 0.02 248.49 0.95 0.56
Hex 44 26 FA 49 55 0 2 F8 5F 38
Octal 104 46 372 111 125 0 2 370 137 70
Binary 1000100 100110 11111010 1001001 1010101 0 10 11111000 1011111 111000

Color Harmonies of #4426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4426FA

Black with #4426FA

Text Example


Text Example

White with #4426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4426FA; }

 p { color: rgb(68,38,250); }

 H1.HeaderClassName
 {
   color: #4426FA;
 }
 .AnyTagClassName
 {
   color: #4426FA;
 }
</style>

background-color css

<style>
 a { background-color: #4426FA; }

 a { background-color: rgb(68,38,250); }

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

border-color css

<style>
 span { border-color: #4426FA; }

 span { border-color: rgb(68,38,250); }

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