Html Css Color HEX #4223DB Han Purple

📋 copy color: '#4223DB'

red 66 ◦ green 35 ◦ blue 219

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

Shades of Han Purple #4223DB

Tints of Han Purple #4223DB

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 20.63%
G = 10.94%
B = 68.44%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4223DB (or 0x4223DB) is known color: Han Purple. HEX triplet: 42, 23 and DB. RGB value is (66,35,219). Sum of RGB (Red+Green+Blue) = 66+35+219=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #4223DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223DB is #BDDC24. Grayscale: #404040. Windows color (decimal): -12442661 or 14361410. OLE color: 14361410.

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

Color convert

RGB 66 35 219 -
CMYK 0.70 0.84 0 0.14
HSL 250.11º 0.72% 0.5% -
HSV(B) 250.11º 0.84% 0.86% -
XYZ 15.63 7.47 67.64 -
YUV 65.25 214.77 128.54 -
System Red Green Blue C M Y K H S L
Decimal 66 35 219 0.70 0.84 0 0.14 250.11 0.72 0.5
Hex 42 23 DB 46 54 0 E FA 48 32
Octal 102 43 333 106 124 0 16 372 110 62
Binary 1000010 100011 11011011 1000110 1010100 0 1110 11111010 1001000 110010

Color Harmonies of #4223DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4223DB

Black with #4223DB

Text Example


Text Example

White with #4223DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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