Html Css Color HEX #4218FD Han Purple

📋 copy color: '#4218FD'

red 66 ◦ green 24 ◦ blue 253

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

Shades of Han Purple #4218FD

Tints of Han Purple #4218FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7%

 BLUE value IS 253 (99.22% from 255) = 73.76%

R = 19.24%
G = 7%
B = 73.76%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4218FD (or 0x4218FD) is known color: Han Purple. HEX triplet: 42, 18 and FD. RGB value is (66,24,253). Sum of RGB (Red+Green+Blue) = 66+24+253=343 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.24% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 253 (99.22% from 255 or 73.76% from 343); Max value from RGB is 253 - color contains mainly: blue. Hex color #4218FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4218FD is #BDE702. Grayscale: #3D3D3D. Windows color (decimal): -12445443 or 16586818. OLE color: 16586818.

HSL color Cylindrical-coordinate representation of color #4218FD: hue angle of 251º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4218FD is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 66 24 253 -
CMYK 0.74 0.91 0 0.01
HSL 251º 0.98% 0.54% -
HSV(B) 251º 0.91% 0.99% -
XYZ 20.3 8.9 93.58 -
YUV 62.66 235.41 130.38 -
System Red Green Blue C M Y K H S L
Decimal 66 24 253 0.74 0.91 0 0.01 251 0.98 0.54
Hex 42 18 FD 4A 5B 0 1 FB 62 36
Octal 102 30 375 112 133 0 1 373 142 66
Binary 1000010 11000 11111101 1001010 1011011 0 1 11111011 1100010 110110

Color Harmonies of #4218FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218FD

Black with #4218FD

Text Example


Text Example

White with #4218FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4218FD; }

 p { color: rgb(66,24,253); }

 H1.HeaderClassName
 {
   color: #4218FD;
 }
 .AnyTagClassName
 {
   color: #4218FD;
 }
</style>

background-color css

<style>
 a { background-color: #4218FD; }

 a { background-color: rgb(66,24,253); }

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

border-color css

<style>
 span { border-color: #4218FD; }

 span { border-color: rgb(66,24,253); }

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