#3828ba

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

Shades of Persian Blue #3828BA

Tints of Persian Blue #3828BA

Color information

#3828BA (or 0x3828BA) is unknown color: approx Persian Blue. HEX triplet: 38, 28 and BA. RGB value is (56,40,186). Sum of RGB (Red+Green+Blue) = 56+40+186=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #3828BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828BA is #C7D745. Grayscale: #3C3C3C. Windows color (decimal): -13096774 or 12199992. OLE color: 12199992.

HSL color Cylindrical-coordinate representation of color #3828BA: hue angle of 246.58º 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 #3828BA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5640186-
CMYK0.700.7800.27
HSL246.58º64.6%44.31%-
HSV(B)246.58º78.49%72.94%-
XYZ11.255.947-
YUV61.43198.3124.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.86%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 186 (73.05% from 255) = 65.96%
R=19.86%
G=14.18%
B=65.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal56401860.700.7800.27246.5864.644.31
Hex3828BA464E01Bf7412c
Octal705027210611603336710154
Binary1110001010001011101010001101001110011011111101111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3828ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3828ba; }

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

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

<style>
 a { background-color: #3828ba; }

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

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

<style>
 span { border-color: #3828ba; }

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

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