#3A29C1

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

Shades of Persian Blue #3A29C1

Tints of Persian Blue #3A29C1

Color information

#3A29C1 (or 0x3A29C1) is unknown color: approx Persian Blue. HEX triplet: 3A, 29 and C1. RGB value is (58,41,193). Sum of RGB (Red+Green+Blue) = 58+41+193=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 193 (75.78% from 255 or 66.10% from 292); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A29C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A29C1 is #C5D63E. Grayscale: #3E3E3E. Windows color (decimal): -12965439 or 12659002. OLE color: 12659002.

HSL color Cylindrical-coordinate representation of color #3A29C1: hue angle of 246.71º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A29C1 is Cyan = 0.70, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5841193-
CMYK0.700.7900.24
HSL246.71º64.96%45.88%-
HSV(B)246.71º78.76%75.69%-
XYZ12.166.3451.03-
YUV63.41201.13124.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 41 (16.41% from 255) = 14.04%
BLUE value IS 193 (75.78% from 255) = 66.10%
R=19.86%
G=14.04%
B=66.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58411930.700.7900.24246.7164.9645.88
Hex3A29C1464F018f7412e
Octal725130110611703036710156
Binary1110101010011100000110001101001111011000111101111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A29C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,193); }

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

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

 a { background-color: rgb(58,41,193); }

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

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

 span { border-color: rgb(58,41,193); }

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