Html Css Color HEX #4227FB Han Purple

📋 copy color: '#4227FB'

red 66 ◦ green 39 ◦ blue 251

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

Shades of Han Purple #4227FB

Tints of Han Purple #4227FB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.96%

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

R = 18.54%
G = 10.96%
B = 70.51%

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

#4227FB (or 0x4227FB) is known color: Han Purple. HEX triplet: 42, 27 and FB. RGB value is (66,39,251). Sum of RGB (Red+Green+Blue) = 66+39+251=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 39 (15.62% from 255 or 10.96% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #4227FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4227FB is #BDD804. Grayscale: #464646. Windows color (decimal): -12441605 or 16459586. OLE color: 16459586.

HSL color Cylindrical-coordinate representation of color #4227FB: hue angle of 247.64º 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 #4227FB is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 39 251 -
CMYK 0.74 0.84 0 0.02
HSL 247.64º 0.96% 0.57% -
HSV(B) 247.64º 0.84% 0.98% -
XYZ 20.38 9.57 92.04 -
YUV 71.24 229.45 124.26 -
System Red Green Blue C M Y K H S L
Decimal 66 39 251 0.74 0.84 0 0.02 247.64 0.96 0.57
Hex 42 27 FB 4A 54 0 2 F8 60 39
Octal 102 47 373 112 124 0 2 370 140 71
Binary 1000010 100111 11111011 1001010 1010100 0 10 11111000 1100000 111001

Color Harmonies of #4227FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227FB

Black with #4227FB

Text Example


Text Example

White with #4227FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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