#382DB4

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

Shades of Persian Blue #382DB4

Tints of Persian Blue #382DB4

Color information

#382DB4 (or 0x382DB4) is unknown color: approx Persian Blue. HEX triplet: 38, 2D and B4. RGB value is (56,45,180). Sum of RGB (Red+Green+Blue) = 56+45+180=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 180 (70.70% from 255 or 64.06% from 281); Max value from RGB is 180 - color contains mainly: blue. Hex color #382DB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB4 is #C7D24B. Grayscale: #3F3F3F. Windows color (decimal): -13095500 or 11808056. OLE color: 11808056.

HSL color Cylindrical-coordinate representation of color #382DB4: hue angle of 244.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #382DB4 is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5645180-
CMYK0.690.7500.29
HSL244.89º60%44.12%-
HSV(B)244.89º75%70.59%-
XYZ10.816.0143.77-
YUV63.68193.64122.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.93%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 180 (70.70% from 255) = 64.06%
R=19.93%
G=16.01%
B=64.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56451800.690.7500.29244.896044.12
Hex382DB4454B01Df53c2c
Octal70552641051130353657454
Binary111000101101101101001000101100101101110111110101111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,45,180); }

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

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

 a { background-color: rgb(56,45,180); }

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

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

 span { border-color: rgb(56,45,180); }

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