#382AC8

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

Shades of Persian Blue #382AC8

Tints of Persian Blue #382AC8

Color information

#382AC8 (or 0x382AC8) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and C8. RGB value is (56,42,200). Sum of RGB (Red+Green+Blue) = 56+42+200=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 200 (78.52% from 255 or 67.11% from 298); Max value from RGB is 200 - color contains mainly: blue. Hex color #382AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382AC8 is #C7D537. Grayscale: #3F3F3F. Windows color (decimal): -13096248 or 13118008. OLE color: 13118008.

HSL color Cylindrical-coordinate representation of color #382AC8: hue angle of 245.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #382AC8 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB5642200-
CMYK0.720.7900.22
HSL245.32º65.29%47.45%-
HSV(B)245.32º79%78.43%-
XYZ12.886.6755.25-
YUV64.2204.64122.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 42 (16.80% from 255) = 14.09%
BLUE value IS 200 (78.52% from 255) = 67.11%
R=18.79%
G=14.09%
B=67.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56422000.720.7900.22245.3265.2947.45
Hex382AC8484F016f5412f
Octal705231011011702636510157
Binary1110001010101100100010010001001111010110111101011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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