#3832B1

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

Shades of Persian Blue #3832B1

Tints of Persian Blue #3832B1

Color information

#3832B1 (or 0x3832B1) is unknown color: approx Persian Blue. HEX triplet: 38, 32 and B1. RGB value is (56,50,177). Sum of RGB (Red+Green+Blue) = 56+50+177=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 177 (69.53% from 255 or 62.54% from 283); Max value from RGB is 177 - color contains mainly: blue. Hex color #3832B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3832B1 is #C7CD4E. Grayscale: #414141. Windows color (decimal): -13094223 or 11612728. OLE color: 11612728.

HSL color Cylindrical-coordinate representation of color #3832B1: hue angle of 242.83º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3832B1 is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5650177-
CMYK0.680.7200.31
HSL242.83º55.95%44.51%-
HSV(B)242.83º71.75%69.41%-
XYZ10.716.342.25-
YUV66.27190.49120.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 50 (19.92% from 255) = 17.67%
BLUE value IS 177 (69.53% from 255) = 62.54%
R=19.79%
G=17.67%
B=62.54%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal56501770.680.7200.31242.8355.9544.51
Hex3832B1444801Ff3382d
Octal70622611041100373637055
Binary111000110010101100011000100100100001111111110011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3832B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3832B1; }

 p { color: rgb(56,50,177); }

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

<style>
 a { background-color: #3832B1; }

 a { background-color: rgb(56,50,177); }

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

<style>
 span { border-color: #3832B1; }

 span { border-color: rgb(56,50,177); }

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