Html Css Color HEX #4200FB Han Purple

📋 copy color: '#4200FB'

red 66 ◦ green 0 ◦ blue 251

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

Shades of Han Purple #4200FB

Tints of Han Purple #4200FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 20.82%
G = 0%
B = 79.18%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4200FB (or 0x4200FB) is known color: Han Purple. HEX triplet: 42, 00 and FB. RGB value is (66,0,251). Sum of RGB (Red+Green+Blue) = 66+0+251=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #4200FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4200FB is #BDFF04. Grayscale: #2F2F2F. Windows color (decimal): -12451589 or 16449602. OLE color: 16449602.

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

Color convert

RGB 66 0 251 -
CMYK 0.74 1 0 0.02
HSL 255.78º 1% 0.49% -
HSV(B) 255.78º 1% 0.98% -
XYZ 19.66 8.12 91.8 -
YUV 48.35 242.37 140.59 -
System Red Green Blue C M Y K H S L
Decimal 66 0 251 0.74 1 0 0.02 255.78 1 0.49
Hex 42 0 FB 4A 64 0 2 100 64 31
Octal 102 0 373 112 144 0 2 400 144 61
Binary 1000010 0 11111011 1001010 1100100 0 10 100000000 1100100 110001

Color Harmonies of #4200FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4200FB

Black with #4200FB

Text Example


Text Example

White with #4200FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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