#382DAE

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

Shades of Persian Blue #382DAE

Tints of Persian Blue #382DAE

Color information

#382DAE (or 0x382DAE) is unknown color: approx Persian Blue. HEX triplet: 38, 2D and AE. RGB value is (56,45,174). Sum of RGB (Red+Green+Blue) = 56+45+174=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 174 (68.36% from 255 or 63.27% from 275); Max value from RGB is 174 - color contains mainly: blue. Hex color #382DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382DAE is #C7D251. Grayscale: #3E3E3E. Windows color (decimal): -13095506 or 11414840. OLE color: 11414840.

HSL color Cylindrical-coordinate representation of color #382DAE: hue angle of 245.12º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #382DAE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5645174-
CMYK0.680.7400.32
HSL245.12º58.9%42.94%-
HSV(B)245.12º74.14%68.24%-
XYZ10.215.7740.62-
YUV63190.64123.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.36%
GREEN value IS 45 (17.97% from 255) = 16.36%
BLUE value IS 174 (68.36% from 255) = 63.27%
R=20.36%
G=16.36%
B=63.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56451740.680.7400.32245.1258.942.94
Hex382DAE444A020f53b2b
Octal70552561041120403657353
Binary1110001011011010111010001001001010010000011110101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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