Html Css Color HEX #382ADD Han Purple

📋 copy color: '#382ADD'

red 56 ◦ green 42 ◦ blue 221

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

Shades of Han Purple #382ADD

Tints of Han Purple #382ADD

RGB

 RED value IS 56 (22.27% from 255) = 17.55%

 GREEN value IS 42 (16.8% from 255) = 13.17%

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

R = 17.55%
G = 13.17%
B = 69.28%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#382ADD (or 0x382ADD) is known color: Han Purple. HEX triplet: 38, 2A and DD. RGB value is (56,42,221). Sum of RGB (Red+Green+Blue) = 56+42+221=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 221 (86.72% from 255 or 69.28% from 319); Max value from RGB is 221 - color contains mainly: blue. Hex color #382ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ADD is #C7D522. Grayscale: #414141. Windows color (decimal): -13096227 or 14494264. OLE color: 14494264.

HSL color Cylindrical-coordinate representation of color #382ADD: hue angle of 244.69º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382ADD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 42 221 -
CMYK 0.75 0.81 0 0.13
HSL 244.69º 0.72% 0.52% -
HSV(B) 244.69º 0.81% 0.87% -
XYZ 15.51 7.72 69.08 -
YUV 66.59 215.14 120.45 -
System Red Green Blue C M Y K H S L
Decimal 56 42 221 0.75 0.81 0 0.13 244.69 0.72 0.52
Hex 38 2A DD 4B 51 0 D F5 48 34
Octal 70 52 335 113 121 0 15 365 110 64
Binary 111000 101010 11011101 1001011 1010001 0 1101 11110101 1001000 110100

Color Harmonies of #382ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382ADD

Black with #382ADD

Text Example


Text Example

White with #382ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382ADD; }

 p { color: rgb(56,42,221); }

 H1.HeaderClassName
 {
   color: #382ADD;
 }
 .AnyTagClassName
 {
   color: #382ADD;
 }
</style>

background-color css

<style>
 a { background-color: #382ADD; }

 a { background-color: rgb(56,42,221); }

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

border-color css

<style>
 span { border-color: #382ADD; }

 span { border-color: rgb(56,42,221); }

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