#382ad1

Color #382AD1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #382AD1

Tints of Persian Blue #382AD1

Color information

#382AD1 (or 0x382AD1) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and D1. RGB value is (56,42,209). Sum of RGB (Red+Green+Blue) = 56+42+209=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 42 (16.80% from 255 or 13.68% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #382AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382AD1 is #C7D52E. Grayscale: #404040. Windows color (decimal): -13096239 or 13707832. OLE color: 13707832.

HSL color Cylindrical-coordinate representation of color #382AD1: hue angle of 245.03º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382AD1 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5642209-
CMYK0.730.8000.18
HSL245.03º66.53%49.22%-
HSV(B)245.03º79.9%81.96%-
XYZ13.977.160.96-
YUV65.22209.14121.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 42 (16.80% from 255) = 13.68%
BLUE value IS 209 (82.03% from 255) = 68.08%
R=18.24%
G=13.68%
B=68.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56422090.730.8000.18245.0366.5349.22
Hex382AD14950012f54331
Octal705232111112002236510361
Binary1110001010101101000110010011010000010010111101011000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382ad1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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