Html Css Color HEX #4223F9 Han Purple

📋 copy color: '#4223F9'

red 66 ◦ green 35 ◦ blue 249

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

Shades of Han Purple #4223F9

Tints of Han Purple #4223F9

RGB

 RED value IS 66 (26.17% from 255) = 18.86%

 GREEN value IS 35 (14.06% from 255) = 10%

 BLUE value IS 249 (97.66% from 255) = 71.14%

R = 18.86%
G = 10%
B = 71.14%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4223F9 (or 0x4223F9) is known color: Han Purple. HEX triplet: 42, 23 and F9. RGB value is (66,35,249). Sum of RGB (Red+Green+Blue) = 66+35+249=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 35 (14.06% from 255 or 10% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #4223F9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4223F9 is #BDDC06. Grayscale: #434343. Windows color (decimal): -12442631 or 16327490. OLE color: 16327490.

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

Color convert

RGB 66 35 249 -
CMYK 0.73 0.86 0 0.02
HSL 248.69º 0.95% 0.56% -
HSV(B) 248.69º 0.86% 0.98% -
XYZ 19.95 9.2 90.35 -
YUV 68.67 229.77 126.1 -
System Red Green Blue C M Y K H S L
Decimal 66 35 249 0.73 0.86 0 0.02 248.69 0.95 0.56
Hex 42 23 F9 49 56 0 2 F9 5F 38
Octal 102 43 371 111 126 0 2 371 137 70
Binary 1000010 100011 11111001 1001001 1010110 0 10 11111001 1011111 111000

Color Harmonies of #4223F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4223F9

Black with #4223F9

Text Example


Text Example

White with #4223F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4223F9; }

 p { color: rgb(66,35,249); }

 H1.HeaderClassName
 {
   color: #4223F9;
 }
 .AnyTagClassName
 {
   color: #4223F9;
 }
</style>

background-color css

<style>
 a { background-color: #4223F9; }

 a { background-color: rgb(66,35,249); }

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

border-color css

<style>
 span { border-color: #4223F9; }

 span { border-color: rgb(66,35,249); }

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