#3A39BB

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

Shades of Persian Blue #3A39BB

Tints of Persian Blue #3A39BB

Color information

#3A39BB (or 0x3A39BB) is unknown color: approx Persian Blue. HEX triplet: 3A, 39 and BB. RGB value is (58,57,187). Sum of RGB (Red+Green+Blue) = 58+57+187=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A39BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A39BB is #C5C644. Grayscale: #474747. Windows color (decimal): -12961349 or 12269882. OLE color: 12269882.

HSL color Cylindrical-coordinate representation of color #3A39BB: hue angle of 240.46º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A39BB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5857187-
CMYK0.690.7000.27
HSL240.46º53.28%47.84%-
HSV(B)240.46º69.52%73.33%-
XYZ12.187.4147.8-
YUV72.12192.83117.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.21%
GREEN value IS 57 (22.66% from 255) = 18.87%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=19.21%
G=18.87%
B=61.92%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58571870.690.7000.27240.4653.2847.84
Hex3A39BB454601Bf03530
Octal72712731051060333606560
Binary111010111001101110111000101100011001101111110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A39BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A39BB; }

 p { color: rgb(58,57,187); }

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

<style>
 a { background-color: #3A39BB; }

 a { background-color: rgb(58,57,187); }

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

<style>
 span { border-color: #3A39BB; }

 span { border-color: rgb(58,57,187); }

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