Html Css Color HEX #4625DD Han Purple

📋 copy color: '#4625DD'

red 70 ◦ green 37 ◦ blue 221

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

Shades of Han Purple #4625DD

Tints of Han Purple #4625DD

RGB

 RED value IS 70 (27.73% from 255) = 21.34%

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

 BLUE value IS 221 (86.72% from 255) = 67.38%

R = 21.34%
G = 11.28%
B = 67.38%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4625DD (or 0x4625DD) is known color: Han Purple. HEX triplet: 46, 25 and DD. RGB value is (70,37,221). Sum of RGB (Red+Green+Blue) = 70+37+221=328 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.34% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 221 (86.72% from 255 or 67.38% from 328); Max value from RGB is 221 - color contains mainly: blue. Hex color #4625DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4625DD is #B9DA22. Grayscale: #434343. Windows color (decimal): -12180003 or 14492998. OLE color: 14492998.

HSL color Cylindrical-coordinate representation of color #4625DD: hue angle of 250.76º degrees, saturation: 0.73, 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 #4625DD is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 37 221 -
CMYK 0.68 0.83 0 0.13
HSL 250.76º 0.73% 0.51% -
HSV(B) 250.76º 0.83% 0.87% -
XYZ 16.24 7.85 69.07 -
YUV 67.84 214.43 129.54 -
System Red Green Blue C M Y K H S L
Decimal 70 37 221 0.68 0.83 0 0.13 250.76 0.73 0.51
Hex 46 25 DD 44 53 0 D FB 49 33
Octal 106 45 335 104 123 0 15 373 111 63
Binary 1000110 100101 11011101 1000100 1010011 0 1101 11111011 1001001 110011

Color Harmonies of #4625DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4625DD

Black with #4625DD

Text Example


Text Example

White with #4625DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4625DD; }

 p { color: rgb(70,37,221); }

 H1.HeaderClassName
 {
   color: #4625DD;
 }
 .AnyTagClassName
 {
   color: #4625DD;
 }
</style>

background-color css

<style>
 a { background-color: #4625DD; }

 a { background-color: rgb(70,37,221); }

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

border-color css

<style>
 span { border-color: #4625DD; }

 span { border-color: rgb(70,37,221); }

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