#3926C1

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

Shades of Persian Blue #3926C1

Tints of Persian Blue #3926C1

Color information

#3926C1 (or 0x3926C1) is unknown color: approx Persian Blue. HEX triplet: 39, 26 and C1. RGB value is (57,38,193). Sum of RGB (Red+Green+Blue) = 57+38+193=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 193 (75.78% from 255 or 67.01% from 288); Max value from RGB is 193 - color contains mainly: blue. Hex color #3926C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3926C1 is #C6D93E. Grayscale: #3C3C3C. Windows color (decimal): -13031743 or 12658233. OLE color: 12658233.

HSL color Cylindrical-coordinate representation of color #3926C1: hue angle of 247.35º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3926C1 is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5738193-
CMYK0.700.8000.24
HSL247.35º67.1%45.29%-
HSV(B)247.35º80.31%75.69%-
XYZ12.016.1151-
YUV61.35202.29124.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 19.79%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 193 (75.78% from 255) = 67.01%
R=19.79%
G=13.19%
B=67.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal57381930.700.8000.24247.3567.145.29
Hex3926C14650018f7432d
Octal714630110612003036710355
Binary1110011001101100000110001101010000011000111101111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3926C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3926C1; }

 p { color: rgb(57,38,193); }

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

<style>
 a { background-color: #3926C1; }

 a { background-color: rgb(57,38,193); }

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

<style>
 span { border-color: #3926C1; }

 span { border-color: rgb(57,38,193); }

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