#382DB9

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

Shades of Persian Blue #382DB9

Tints of Persian Blue #382DB9

Color information

#382DB9 (or 0x382DB9) is unknown color: approx Persian Blue. HEX triplet: 38, 2D and B9. RGB value is (56,45,185). Sum of RGB (Red+Green+Blue) = 56+45+185=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 185 (72.66% from 255 or 64.69% from 286); Max value from RGB is 185 - color contains mainly: blue. Hex color #382DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DB9 is #C7D246. Grayscale: #3F3F3F. Windows color (decimal): -13095495 or 12135736. OLE color: 12135736.

HSL color Cylindrical-coordinate representation of color #382DB9: hue angle of 244.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382DB9 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5645185-
CMYK0.700.7600.27
HSL244.71º60.87%45.1%-
HSV(B)244.71º75.68%72.55%-
XYZ11.336.2246.5-
YUV64.25196.14122.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.58%
GREEN value IS 45 (17.97% from 255) = 15.73%
BLUE value IS 185 (72.66% from 255) = 64.69%
R=19.58%
G=15.73%
B=64.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56451850.700.7600.27244.7160.8745.1
Hex382DB9464C01Bf53d2d
Octal70552711061140333657555
Binary111000101101101110011000110100110001101111110101111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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