#382ABA

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

Shades of Persian Blue #382ABA

Tints of Persian Blue #382ABA

Color information

#382ABA (or 0x382ABA) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and BA. RGB value is (56,42,186). Sum of RGB (Red+Green+Blue) = 56+42+186=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 186 (73.05% from 255 or 65.49% from 284); Max value from RGB is 186 - color contains mainly: blue. Hex color #382ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382ABA is #C7D545. Grayscale: #3E3E3E. Windows color (decimal): -13096262 or 12200504. OLE color: 12200504.

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

Color convert

RGB5642186-
CMYK0.700.7700.27
HSL245.83º63.16%44.71%-
HSV(B)245.83º77.42%72.94%-
XYZ11.326.0447.02-
YUV62.6197.64123.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.72%
GREEN value IS 42 (16.80% from 255) = 14.79%
BLUE value IS 186 (73.05% from 255) = 65.49%
R=19.72%
G=14.79%
B=65.49%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56421860.700.7700.27245.8363.1644.71
Hex382ABA464D01Bf63f2d
Octal70522721061150333667755
Binary111000101010101110101000110100110101101111110110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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