#382ED6

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

Shades of Persian Blue #382ED6

Tints of Persian Blue #382ED6

Color information

#382ED6 (or 0x382ED6) is unknown color: approx Persian Blue. HEX triplet: 38, 2E and D6. RGB value is (56,46,214). Sum of RGB (Red+Green+Blue) = 56+46+214=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 46 (18.36% from 255 or 14.56% from 316); Blue value is 214 (83.98% from 255 or 67.72% from 316); Max value from RGB is 214 - color contains mainly: blue. Hex color #382ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ED6 is #C7D129. Grayscale: #434343. Windows color (decimal): -13095210 or 14036536. OLE color: 14036536.

HSL color Cylindrical-coordinate representation of color #382ED6: hue angle of 243.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382ED6 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5646214-
CMYK0.740.7900.16
HSL243.57º67.2%50.98%-
HSV(B)243.57º78.5%83.92%-
XYZ14.757.6564.32-
YUV68.14210.31119.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 46 (18.36% from 255) = 14.56%
BLUE value IS 214 (83.98% from 255) = 67.72%
R=17.72%
G=14.56%
B=67.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56462140.740.7900.16243.5767.250.98
Hex382ED64A4F010f44333
Octal705632611211702036410363
Binary1110001011101101011010010101001111010000111101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,46,214); }

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

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

 a { background-color: rgb(56,46,214); }

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

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

 span { border-color: rgb(56,46,214); }

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