Html Css Color HEX #4229FB Han Purple

📋 copy color: '#4229FB'

red 66 ◦ green 41 ◦ blue 251

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

Shades of Han Purple #4229FB

Tints of Han Purple #4229FB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.45%

 BLUE value IS 251 (98.44% from 255) = 70.11%

R = 18.44%
G = 11.45%
B = 70.11%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4229FB (or 0x4229FB) is known color: Han Purple. HEX triplet: 42, 29 and FB. RGB value is (66,41,251). Sum of RGB (Red+Green+Blue) = 66+41+251=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #4229FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4229FB is #BDD604. Grayscale: #474747. Windows color (decimal): -12441093 or 16460098. OLE color: 16460098.

HSL color Cylindrical-coordinate representation of color #4229FB: hue angle of 247.14º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4229FB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 41 251 -
CMYK 0.74 0.84 0 0.02
HSL 247.14º 0.96% 0.57% -
HSV(B) 247.14º 0.84% 0.98% -
XYZ 20.45 9.71 92.06 -
YUV 72.42 228.78 123.42 -
System Red Green Blue C M Y K H S L
Decimal 66 41 251 0.74 0.84 0 0.02 247.14 0.96 0.57
Hex 42 29 FB 4A 54 0 2 F7 60 39
Octal 102 51 373 112 124 0 2 367 140 71
Binary 1000010 101001 11111011 1001010 1010100 0 10 11110111 1100000 111001

Color Harmonies of #4229FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4229FB

Black with #4229FB

Text Example


Text Example

White with #4229FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4229FB; }

 p { color: rgb(66,41,251); }

 H1.HeaderClassName
 {
   color: #4229FB;
 }
 .AnyTagClassName
 {
   color: #4229FB;
 }
</style>

background-color css

<style>
 a { background-color: #4229FB; }

 a { background-color: rgb(66,41,251); }

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

border-color css

<style>
 span { border-color: #4229FB; }

 span { border-color: rgb(66,41,251); }

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