Html Css Color HEX #4425DC Han Purple

📋 copy color: '#4425DC'

red 68 ◦ green 37 ◦ blue 220

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

Shades of Han Purple #4425DC

Tints of Han Purple #4425DC

RGB

 RED value IS 68 (26.95% from 255) = 20.92%

 GREEN value IS 37 (14.84% from 255) = 11.38%

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 20.92%
G = 11.38%
B = 67.69%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4425DC (or 0x4425DC) is known color: Han Purple. HEX triplet: 44, 25 and DC. RGB value is (68,37,220). Sum of RGB (Red+Green+Blue) = 68+37+220=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #4425DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4425DC is #BBDA23. Grayscale: #424242. Windows color (decimal): -12311076 or 14427460. OLE color: 14427460.

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

Color convert

RGB 68 37 220 -
CMYK 0.69 0.83 0 0.14
HSL 250.16º 0.72% 0.5% -
HSV(B) 250.16º 0.83% 0.86% -
XYZ 15.96 7.72 68.36 -
YUV 67.13 214.27 128.62 -
System Red Green Blue C M Y K H S L
Decimal 68 37 220 0.69 0.83 0 0.14 250.16 0.72 0.5
Hex 44 25 DC 45 53 0 E FA 48 32
Octal 104 45 334 105 123 0 16 372 110 62
Binary 1000100 100101 11011100 1000101 1010011 0 1110 11111010 1001000 110010

Color Harmonies of #4425DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4425DC

Black with #4425DC

Text Example


Text Example

White with #4425DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4425DC; }

 p { color: rgb(68,37,220); }

 H1.HeaderClassName
 {
   color: #4425DC;
 }
 .AnyTagClassName
 {
   color: #4425DC;
 }
</style>

background-color css

<style>
 a { background-color: #4425DC; }

 a { background-color: rgb(68,37,220); }

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

border-color css

<style>
 span { border-color: #4425DC; }

 span { border-color: rgb(68,37,220); }

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