Html Css Color HEX #4218D0 Han Purple

📋 copy color: '#4218D0'

red 66 ◦ green 24 ◦ blue 208

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

Shades of Han Purple #4218D0

Tints of Han Purple #4218D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 69.8%

R = 22.15%
G = 8.05%
B = 69.8%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#4218D0 (or 0x4218D0) is known color: Han Purple. HEX triplet: 42, 18 and D0. RGB value is (66,24,208). Sum of RGB (Red+Green+Blue) = 66+24+208=298 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.15% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 208 (81.64% from 255 or 69.80% from 298); Max value from RGB is 208 - color contains mainly: blue. Hex color #4218D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4218D0 is #BDE72F. Grayscale: #383838. Windows color (decimal): -12445488 or 13637698. OLE color: 13637698.

HSL color Cylindrical-coordinate representation of color #4218D0: hue angle of 253.7º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4218D0 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 24 208 -
CMYK 0.68 0.88 0 0.18
HSL 253.7º 0.79% 0.45% -
HSV(B) 253.7º 0.88% 0.82% -
XYZ 13.96 6.37 60.17 -
YUV 57.53 212.91 134.04 -
System Red Green Blue C M Y K H S L
Decimal 66 24 208 0.68 0.88 0 0.18 253.7 0.79 0.45
Hex 42 18 D0 44 58 0 12 FE 4F 2D
Octal 102 30 320 104 130 0 22 376 117 55
Binary 1000010 11000 11010000 1000100 1011000 0 10010 11111110 1001111 101101

Color Harmonies of #4218D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4218D0

Black with #4218D0

Text Example


Text Example

White with #4218D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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