Html Css Color HEX #4225DF Han Purple

📋 copy color: '#4225DF'

red 66 ◦ green 37 ◦ blue 223

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

Shades of Han Purple #4225DF

Tints of Han Purple #4225DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 20.25%
G = 11.35%
B = 68.4%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4225DF (or 0x4225DF) is known color: Han Purple. HEX triplet: 42, 25 and DF. RGB value is (66,37,223). Sum of RGB (Red+Green+Blue) = 66+37+223=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #4225DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4225DF is #BDDA20. Grayscale: #424242. Windows color (decimal): -12442145 or 14624066. OLE color: 14624066.

HSL color Cylindrical-coordinate representation of color #4225DF: hue angle of 249.35º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4225DF is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 37 223 -
CMYK 0.70 0.83 0 0.13
HSL 249.35º 0.74% 0.51% -
HSV(B) 249.35º 0.83% 0.87% -
XYZ 16.23 7.81 70.46 -
YUV 66.88 216.11 127.38 -
System Red Green Blue C M Y K H S L
Decimal 66 37 223 0.70 0.83 0 0.13 249.35 0.74 0.51
Hex 42 25 DF 46 53 0 D F9 4A 33
Octal 102 45 337 106 123 0 15 371 112 63
Binary 1000010 100101 11011111 1000110 1010011 0 1101 11111001 1001010 110011

Color Harmonies of #4225DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4225DF

Black with #4225DF

Text Example


Text Example

White with #4225DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4225DF; }

 p { color: rgb(66,37,223); }

 H1.HeaderClassName
 {
   color: #4225DF;
 }
 .AnyTagClassName
 {
   color: #4225DF;
 }
</style>

background-color css

<style>
 a { background-color: #4225DF; }

 a { background-color: rgb(66,37,223); }

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

border-color css

<style>
 span { border-color: #4225DF; }

 span { border-color: rgb(66,37,223); }

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