#3D2AC1

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

Shades of Persian Blue #3D2AC1

Tints of Persian Blue #3D2AC1

Color information

#3D2AC1 (or 0x3D2AC1) is unknown color: approx Persian Blue. HEX triplet: 3D, 2A and C1. RGB value is (61,42,193). Sum of RGB (Red+Green+Blue) = 61+42+193=296 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.61% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 193 (75.78% from 255 or 65.20% from 296); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D2AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2AC1 is #C2D53E. Grayscale: #404040. Windows color (decimal): -12768575 or 12659261. OLE color: 12659261.

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

Color convert

RGB6142193-
CMYK0.680.7800.24
HSL247.55º64.26%46.08%-
HSV(B)247.55º78.24%75.69%-
XYZ12.386.551.05-
YUV64.9200.29125.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.61%
GREEN value IS 42 (16.80% from 255) = 14.19%
BLUE value IS 193 (75.78% from 255) = 65.20%
R=20.61%
G=14.19%
B=65.20%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61421930.680.7800.24247.5564.2646.08
Hex3D2AC1444E018f8402e
Octal755230110411603037010056
Binary1111011010101100000110001001001110011000111110001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,42,193); }

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

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

 a { background-color: rgb(61,42,193); }

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

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

 span { border-color: rgb(61,42,193); }

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