#382AC3

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

Shades of Persian Blue #382AC3

Tints of Persian Blue #382AC3

Color information

#382AC3 (or 0x382AC3) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and C3. RGB value is (56,42,195). Sum of RGB (Red+Green+Blue) = 56+42+195=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 195 (76.56% from 255 or 66.55% from 293); Max value from RGB is 195 - color contains mainly: blue. Hex color #382AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382AC3 is #C7D53C. Grayscale: #3F3F3F. Windows color (decimal): -13096253 or 12790328. OLE color: 12790328.

HSL color Cylindrical-coordinate representation of color #382AC3: hue angle of 245.49º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382AC3 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5642195-
CMYK0.710.7800.24
HSL245.49º64.56%46.47%-
HSV(B)245.49º78.46%76.47%-
XYZ12.316.4452.22-
YUV63.63202.14122.56-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 42 (16.80% from 255) = 14.33%
BLUE value IS 195 (76.56% from 255) = 66.55%
R=19.11%
G=14.33%
B=66.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal56421950.710.7800.24245.4964.5646.47
Hex382AC3474E018f5412e
Octal705230310711603036510156
Binary1110001010101100001110001111001110011000111101011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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