Html Css Color HEX #4631DD Han Purple

📋 copy color: '#4631DD'

red 70 ◦ green 49 ◦ blue 221

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

Shades of Han Purple #4631DD

Tints of Han Purple #4631DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 20.59%
G = 14.41%
B = 65%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4631DD (or 0x4631DD) is known color: Han Purple. HEX triplet: 46, 31 and DD. RGB value is (70,49,221). Sum of RGB (Red+Green+Blue) = 70+49+221=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #4631DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4631DD is #B9CE22. Grayscale: #4A4A4A. Windows color (decimal): -12176931 or 14496070. OLE color: 14496070.

HSL color Cylindrical-coordinate representation of color #4631DD: hue angle of 247.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4631DD is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 49 221 -
CMYK 0.68 0.78 0 0.13
HSL 247.33º 0.72% 0.53% -
HSV(B) 247.33º 0.78% 0.87% -
XYZ 16.68 8.72 69.21 -
YUV 74.89 210.46 124.51 -
System Red Green Blue C M Y K H S L
Decimal 70 49 221 0.68 0.78 0 0.13 247.33 0.72 0.53
Hex 46 31 DD 44 4E 0 D F7 48 35
Octal 106 61 335 104 116 0 15 367 110 65
Binary 1000110 110001 11011101 1000100 1001110 0 1101 11110111 1001000 110101

Color Harmonies of #4631DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4631DD

Black with #4631DD

Text Example


Text Example

White with #4631DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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