#3928BA

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

Shades of Persian Blue #3928BA

Tints of Persian Blue #3928BA

Color information

#3928BA (or 0x3928BA) is unknown color: approx Persian Blue. HEX triplet: 39, 28 and BA. RGB value is (57,40,186). Sum of RGB (Red+Green+Blue) = 57+40+186=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #3928BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3928BA is #C6D745. Grayscale: #3D3D3D. Windows color (decimal): -13031238 or 12199993. OLE color: 12199993.

HSL color Cylindrical-coordinate representation of color #3928BA: hue angle of 246.99º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3928BA is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5740186-
CMYK0.690.7800.27
HSL246.99º64.6%44.31%-
HSV(B)246.99º78.49%72.94%-
XYZ11.315.9347-
YUV61.73198.13124.63-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 186 (73.05% from 255) = 65.72%
R=20.14%
G=14.13%
B=65.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57401860.690.7800.27246.9964.644.31
Hex3928BA454E01Bf7412c
Octal715027210511603336710154
Binary1110011010001011101010001011001110011011111101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3928BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3928BA; }

 p { color: rgb(57,40,186); }

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

<style>
 a { background-color: #3928BA; }

 a { background-color: rgb(57,40,186); }

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

<style>
 span { border-color: #3928BA; }

 span { border-color: rgb(57,40,186); }

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