Html Css Color HEX #4227DB Han Purple

📋 copy color: '#4227DB'

red 66 ◦ green 39 ◦ blue 219

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

Shades of Han Purple #4227DB

Tints of Han Purple #4227DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 67.59%

R = 20.37%
G = 12.04%
B = 67.59%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4227DB (or 0x4227DB) is known color: Han Purple. HEX triplet: 42, 27 and DB. RGB value is (66,39,219). Sum of RGB (Red+Green+Blue) = 66+39+219=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #4227DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4227DB is #BDD824. Grayscale: #424242. Windows color (decimal): -12441637 or 14362434. OLE color: 14362434.

HSL color Cylindrical-coordinate representation of color #4227DB: hue angle of 249º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4227DB is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 39 219 -
CMYK 0.70 0.82 0 0.14
HSL 249º 0.71% 0.51% -
HSV(B) 249º 0.82% 0.86% -
XYZ 15.76 7.72 67.68 -
YUV 67.59 213.45 126.86 -
System Red Green Blue C M Y K H S L
Decimal 66 39 219 0.70 0.82 0 0.14 249 0.71 0.51
Hex 42 27 DB 46 52 0 E F9 47 33
Octal 102 47 333 106 122 0 16 371 107 63
Binary 1000010 100111 11011011 1000110 1010010 0 1110 11111001 1000111 110011

Color Harmonies of #4227DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4227DB

Black with #4227DB

Text Example


Text Example

White with #4227DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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