#3241AD

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

Shades of Persian Blue #3241AD

Tints of Persian Blue #3241AD

Color information

#3241AD (or 0x3241AD) is unknown color: approx Persian Blue. HEX triplet: 32, 41 and AD. RGB value is (50,65,173). Sum of RGB (Red+Green+Blue) = 50+65+173=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3241AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3241AD is #CDBE52. Grayscale: #484848. Windows color (decimal): -13483603 or 11354418. OLE color: 11354418.

HSL color Cylindrical-coordinate representation of color #3241AD: hue angle of 232.68º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3241AD is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5065173-
CMYK0.710.6200.32
HSL232.68º55.16%43.73%-
HSV(B)232.68º71.1%67.84%-
XYZ10.757.4840.41-
YUV72.83184.53111.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 65 (25.78% from 255) = 22.57%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=17.36%
G=22.57%
B=60.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal50651730.710.6200.32232.6855.1643.73
Hex3241AD473E020e9372c
Octal62101255107760403516754
Binary1100101000001101011011000111111110010000011101001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3241AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3241AD; }

 p { color: rgb(50,65,173); }

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

<style>
 a { background-color: #3241AD; }

 a { background-color: rgb(50,65,173); }

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

<style>
 span { border-color: #3241AD; }

 span { border-color: rgb(50,65,173); }

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