#382CDD

Color #382CDD Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #382CDD

Tints of Han Purple #382CDD

Color information

#382CDD (or 0x382CDD) is unknown color: approx Han Purple. HEX triplet: 38, 2C and DD. RGB value is (56,44,221). Sum of RGB (Red+Green+Blue) = 56+44+221=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #382CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDD is #C7D322. Grayscale: #434343. Windows color (decimal): -13095715 or 14494776. OLE color: 14494776.

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

Color convert

RGB5644221-
CMYK0.750.8000.13
HSL244.07º72.24%51.96%-
HSV(B)244.07º80.09%86.67%-
XYZ15.587.8669.1-
YUV67.77214.48119.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.45%
GREEN value IS 44 (17.58% from 255) = 13.71%
BLUE value IS 221 (86.72% from 255) = 68.85%
R=17.45%
G=13.71%
B=68.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56442210.750.8000.13244.0772.2451.96
Hex382CDD4B500Df44834
Octal705433511312001536411064
Binary111000101100110111011001011101000001101111101001001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #382CDD;
 }
 .AnyTagClassName
 {
   color: #382CDD;
 }
</style>
background-color css

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

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

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

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

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

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