#3A2BCA

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

Shades of Persian Blue #3A2BCA

Tints of Persian Blue #3A2BCA

Color information

#3A2BCA (or 0x3A2BCA) is unknown color: approx Persian Blue. HEX triplet: 3A, 2B and CA. RGB value is (58,43,202). Sum of RGB (Red+Green+Blue) = 58+43+202=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 202 (79.30% from 255 or 66.67% from 303); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A2BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2BCA is #C5D435. Grayscale: #404040. Windows color (decimal): -12964918 or 13249338. OLE color: 13249338.

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

Color convert

RGB5843202-
CMYK0.710.7900.21
HSL245.66º64.9%48.04%-
HSV(B)245.66º78.71%79.22%-
XYZ13.276.8956.51-
YUV65.61204.97122.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 43 (17.19% from 255) = 14.19%
BLUE value IS 202 (79.30% from 255) = 66.67%
R=19.14%
G=14.19%
B=66.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58432020.710.7900.21245.6664.948.04
Hex3A2BCA474F015f64130
Octal725331210711702536610160
Binary1110101010111100101010001111001111010101111101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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