#3A32CA

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

Shades of Persian Blue #3A32CA

Tints of Persian Blue #3A32CA

Color information

#3A32CA (or 0x3A32CA) is unknown color: approx Persian Blue. HEX triplet: 3A, 32 and CA. RGB value is (58,50,202). Sum of RGB (Red+Green+Blue) = 58+50+202=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 50 (19.92% from 255 or 16.13% from 310); Blue value is 202 (79.30% from 255 or 65.16% from 310); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A32CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A32CA is #C5CD35. Grayscale: #454545. Windows color (decimal): -12963126 or 13251130. OLE color: 13251130.

HSL color Cylindrical-coordinate representation of color #3A32CA: hue angle of 243.16º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A32CA is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5850202-
CMYK0.710.7500.21
HSL243.16º60.32%49.41%-
HSV(B)243.16º75.25%79.22%-
XYZ13.557.4556.6-
YUV69.72202.65119.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.71%
GREEN value IS 50 (19.92% from 255) = 16.13%
BLUE value IS 202 (79.30% from 255) = 65.16%
R=18.71%
G=16.13%
B=65.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58502020.710.7500.21243.1660.3249.41
Hex3A32CA474B015f33c31
Octal72623121071130253637461
Binary111010110010110010101000111100101101010111110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A32CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,50,202); }

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

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

 a { background-color: rgb(58,50,202); }

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

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

 span { border-color: rgb(58,50,202); }

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