#3831AE

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

Shades of Persian Blue #3831AE

Tints of Persian Blue #3831AE

Color information

#3831AE (or 0x3831AE) is unknown color: approx Persian Blue. HEX triplet: 38, 31 and AE. RGB value is (56,49,174). Sum of RGB (Red+Green+Blue) = 56+49+174=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 174 (68.36% from 255 or 62.37% from 279); Max value from RGB is 174 - color contains mainly: blue. Hex color #3831AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3831AE is #C7CE51. Grayscale: #404040. Windows color (decimal): -13094482 or 11415864. OLE color: 11415864.

HSL color Cylindrical-coordinate representation of color #3831AE: hue angle of 243.36º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3831AE is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5649174-
CMYK0.680.7200.32
HSL243.36º56.05%43.73%-
HSV(B)243.36º71.84%68.24%-
XYZ10.376.0940.67-
YUV65.34189.32121.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.07%
GREEN value IS 49 (19.53% from 255) = 17.56%
BLUE value IS 174 (68.36% from 255) = 62.37%
R=20.07%
G=17.56%
B=62.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56491740.680.7200.32243.3656.0543.73
Hex3831AE4448020f3382c
Octal70612561041100403637054
Binary1110001100011010111010001001001000010000011110011111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3831AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3831AE; }

 p { color: rgb(56,49,174); }

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

<style>
 a { background-color: #3831AE; }

 a { background-color: rgb(56,49,174); }

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

<style>
 span { border-color: #3831AE; }

 span { border-color: rgb(56,49,174); }

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