Html Css Color HEX #4430FA Han Purple

📋 copy color: '#4430FA'

red 68 ◦ green 48 ◦ blue 250

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

Shades of Han Purple #4430FA

Tints of Han Purple #4430FA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.11%

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

R = 18.58%
G = 13.11%
B = 68.31%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4430FA (or 0x4430FA) is known color: Han Purple. HEX triplet: 44, 30 and FA. RGB value is (68,48,250). Sum of RGB (Red+Green+Blue) = 68+48+250=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 250 (98.05% from 255 or 68.31% from 366); Max value from RGB is 250 - color contains mainly: blue. Hex color #4430FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4430FA is #BBCF05. Grayscale: #4C4C4C. Windows color (decimal): -12308230 or 16396356. OLE color: 16396356.

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

Color convert

RGB 68 48 250 -
CMYK 0.73 0.81 0 0.02
HSL 245.94º 0.95% 0.58% -
HSV(B) 245.94º 0.81% 0.98% -
XYZ 20.7 10.24 91.33 -
YUV 77.01 225.63 121.57 -
System Red Green Blue C M Y K H S L
Decimal 68 48 250 0.73 0.81 0 0.02 245.94 0.95 0.58
Hex 44 30 FA 49 51 0 2 F6 5F 3A
Octal 104 60 372 111 121 0 2 366 137 72
Binary 1000100 110000 11111010 1001001 1010001 0 10 11110110 1011111 111010

Color Harmonies of #4430FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4430FA

Black with #4430FA

Text Example


Text Example

White with #4430FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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